Html Css Color HEX #9420CA Dark Orchid

📋 copy color: '#9420CA'

red 148 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #9420CA

Tints of Dark Orchid #9420CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 38.74%
G = 8.38%
B = 52.88%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9420CA (or 0x9420CA) is known color: Dark Orchid. HEX triplet: 94, 20 and CA. RGB value is (148,32,202). Sum of RGB (Red+Green+Blue) = 148+32+202=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #9420CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420CA is #6BDF35. Grayscale: #555555. Windows color (decimal): -7069494 or 13246612. OLE color: 13246612.

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

Color convert

RGB 148 32 202 -
CMYK 0.27 0.84 0 0.21
HSL 280.94º 0.73% 0.46% -
HSV(B) 280.94º 0.84% 0.79% -
XYZ 23.39 11.59 56.88 -
YUV 86.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 148 32 202 0.27 0.84 0 0.21 280.94 0.73 0.46
Hex 94 20 CA 1B 54 0 15 119 49 2E
Octal 224 40 312 33 124 0 25 431 111 56
Binary 10010100 100000 11001010 11011 1010100 0 10101 100011001 1001001 101110

Color Harmonies of #9420CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420CA

Black with #9420CA

Text Example


Text Example

White with #9420CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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