Html Css Color HEX #9419CB Dark Orchid

📋 copy color: '#9419CB'

red 148 ◦ green 25 ◦ blue 203

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

Shades of Dark Orchid #9419CB

Tints of Dark Orchid #9419CB

RGB

 RED value IS 148 (58.2% from 255) = 39.36%

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

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

R = 39.36%
G = 6.65%
B = 53.99%

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

#9419CB (or 0x9419CB) is known color: Dark Orchid. HEX triplet: 94, 19 and CB. RGB value is (148,25,203). Sum of RGB (Red+Green+Blue) = 148+25+203=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #9419CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419CB is #6BE634. Grayscale: #515151. Windows color (decimal): -7071285 or 13310356. OLE color: 13310356.

HSL color Cylindrical-coordinate representation of color #9419CB: hue angle of 281.46º 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 #9419CB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 25 203 -
CMYK 0.27 0.88 0 0.20
HSL 281.46º 0.78% 0.45% -
HSV(B) 281.46º 0.88% 0.8% -
XYZ 23.34 11.3 57.45 -
YUV 82.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 148 25 203 0.27 0.88 0 0.20 281.46 0.78 0.45
Hex 94 19 CB 1B 58 0 14 119 4E 2D
Octal 224 31 313 33 130 0 24 431 116 55
Binary 10010100 11001 11001011 11011 1011000 0 10100 100011001 1001110 101101

Color Harmonies of #9419CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419CB

Black with #9419CB

Text Example


Text Example

White with #9419CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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