Html Css Color HEX #9420CB Dark Orchid

📋 copy color: '#9420CB'

red 148 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #9420CB

Tints of Dark Orchid #9420CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 38.64%
G = 8.36%
B = 53%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9420CB (or 0x9420CB) is known color: Dark Orchid. HEX triplet: 94, 20 and CB. RGB value is (148,32,203). Sum of RGB (Red+Green+Blue) = 148+32+203=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #9420CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420CB is #6BDF34. Grayscale: #555555. Windows color (decimal): -7069493 or 13312148. OLE color: 13312148.

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

Color convert

RGB 148 32 203 -
CMYK 0.27 0.84 0 0.20
HSL 280.7º 0.73% 0.46% -
HSV(B) 280.7º 0.84% 0.8% -
XYZ 23.51 11.64 57.51 -
YUV 86.18 193.93 172.1 -
System Red Green Blue C M Y K H S L
Decimal 148 32 203 0.27 0.84 0 0.20 280.7 0.73 0.46
Hex 94 20 CB 1B 54 0 14 119 49 2E
Octal 224 40 313 33 124 0 24 431 111 56
Binary 10010100 100000 11001011 11011 1010100 0 10100 100011001 1001001 101110

Color Harmonies of #9420CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420CB

Black with #9420CB

Text Example


Text Example

White with #9420CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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