Html Css Color HEX #9503CB Dark Violet

📋 copy color: '#9503CB'

red 149 ◦ green 3 ◦ blue 203

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

Shades of Dark Violet #9503CB

Tints of Dark Violet #9503CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 41.97%
G = 0.85%
B = 57.18%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9503CB (or 0x9503CB) is known color: Dark Violet. HEX triplet: 95, 03 and CB. RGB value is (149,3,203). Sum of RGB (Red+Green+Blue) = 149+3+203=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #9503CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503CB is #6AFC34. Grayscale: #444444. Windows color (decimal): -7011381 or 13304725. OLE color: 13304725.

HSL color Cylindrical-coordinate representation of color #9503CB: hue angle of 283.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503CB is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 3 203 -
CMYK 0.27 0.99 0 0.20
HSL 283.8º 0.97% 0.4% -
HSV(B) 283.8º 0.99% 0.8% -
XYZ 23.21 10.77 57.35 -
YUV 69.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 149 3 203 0.27 0.99 0 0.20 283.8 0.97 0.4
Hex 95 3 CB 1B 63 0 14 11C 61 28
Octal 225 3 313 33 143 0 24 434 141 50
Binary 10010101 11 11001011 11011 1100011 0 10100 100011100 1100001 101000

Color Harmonies of #9503CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503CB

Black with #9503CB

Text Example


Text Example

White with #9503CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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