Html Css Color HEX #9420CE Dark Orchid

📋 copy color: '#9420CE'

red 148 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #9420CE

Tints of Dark Orchid #9420CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 38.34%
G = 8.29%
B = 53.37%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9420CE (or 0x9420CE) is known color: Dark Orchid. HEX triplet: 94, 20 and CE. RGB value is (148,32,206). Sum of RGB (Red+Green+Blue) = 148+32+206=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #9420CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420CE is #6BDF31. Grayscale: #555555. Windows color (decimal): -7069490 or 13508756. OLE color: 13508756.

HSL color Cylindrical-coordinate representation of color #9420CE: hue angle of 280º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9420CE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 32 206 -
CMYK 0.28 0.84 0 0.19
HSL 280º 0.73% 0.47% -
HSV(B) 280º 0.84% 0.81% -
XYZ 23.87 11.79 59.41 -
YUV 86.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 148 32 206 0.28 0.84 0 0.19 280 0.73 0.47
Hex 94 20 CE 1C 54 0 13 118 49 2F
Octal 224 40 316 34 124 0 23 430 111 57
Binary 10010100 100000 11001110 11100 1010100 0 10011 100011000 1001001 101111

Color Harmonies of #9420CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420CE

Black with #9420CE

Text Example


Text Example

White with #9420CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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