Html Css Color HEX #9519CB Dark Orchid

📋 copy color: '#9519CB'

red 149 ◦ green 25 ◦ blue 203

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

Shades of Dark Orchid #9519CB

Tints of Dark Orchid #9519CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 39.52%
G = 6.63%
B = 53.85%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9519CB (or 0x9519CB) is known color: Dark Orchid. HEX triplet: 95, 19 and CB. RGB value is (149,25,203). Sum of RGB (Red+Green+Blue) = 149+25+203=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #9519CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519CB is #6AE634. Grayscale: #515151. Windows color (decimal): -7005749 or 13310357. OLE color: 13310357.

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

Color convert

RGB 149 25 203 -
CMYK 0.27 0.88 0 0.20
HSL 281.8º 0.78% 0.45% -
HSV(B) 281.8º 0.88% 0.8% -
XYZ 23.52 11.4 57.46 -
YUV 82.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 149 25 203 0.27 0.88 0 0.20 281.8 0.78 0.45
Hex 95 19 CB 1B 58 0 14 11A 4E 2D
Octal 225 31 313 33 130 0 24 432 116 55
Binary 10010101 11001 11001011 11011 1011000 0 10100 100011010 1001110 101101

Color Harmonies of #9519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519CB

Black with #9519CB

Text Example


Text Example

White with #9519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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