Html Css Color HEX #9503DE Dark Violet

📋 copy color: '#9503DE'

red 149 ◦ green 3 ◦ blue 222

#9503DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9503DE

Tints of Dark Violet #9503DE

RGB

 RED value IS 149 (58.59% from 255) = 39.84%

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 39.84%
G = 0.8%
B = 59.36%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9503DE (or 0x9503DE) is known color: Dark Violet. HEX triplet: 95, 03 and DE. RGB value is (149,3,222). Sum of RGB (Red+Green+Blue) = 149+3+222=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #9503DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503DE is #6AFC21. Grayscale: #464646. Windows color (decimal): -7011362 or 14549909. OLE color: 14549909.

HSL color Cylindrical-coordinate representation of color #9503DE: hue angle of 280º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503DE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 3 222 -
CMYK 0.33 0.99 0 0.13
HSL 280º 0.97% 0.44% -
HSV(B) 280º 0.99% 0.87% -
XYZ 25.61 11.73 70.02 -
YUV 71.62 212.87 183.19 -
System Red Green Blue C M Y K H S L
Decimal 149 3 222 0.33 0.99 0 0.13 280 0.97 0.44
Hex 95 3 DE 21 63 0 D 118 61 2C
Octal 225 3 336 41 143 0 15 430 141 54
Binary 10010101 11 11011110 100001 1100011 0 1101 100011000 1100001 101100

Color Harmonies of #9503DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503DE

Black with #9503DE

Text Example


Text Example

White with #9503DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9503DE; }

 p { color: rgb(149,3,222); }

 H1.HeaderClassName
 {
   color: #9503DE;
 }
 .AnyTagClassName
 {
   color: #9503DE;
 }
</style>

background-color css

<style>
 a { background-color: #9503DE; }

 a { background-color: rgb(149,3,222); }

 div.DivClassName
 {
   background-color: #9503DE;
 }
 .BgClassName
 {
   background-color: #9503DE;
 }
</style>

border-color css

<style>
 span { border-color: #9503DE; }

 span { border-color: rgb(149,3,222); }

 td.TdClassName
 {
   border-color: #9503DE;
 }
 .TagClassName
 {
   border-color: #9503DE;
 }
</style>