Html Css Color HEX #9420CD Dark Orchid

📋 copy color: '#9420CD'

red 148 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #9420CD

Tints of Dark Orchid #9420CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 38.44%
G = 8.31%
B = 53.25%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9420CD (or 0x9420CD) is known color: Dark Orchid. HEX triplet: 94, 20 and CD. RGB value is (148,32,205). Sum of RGB (Red+Green+Blue) = 148+32+205=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #9420CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420CD is #6BDF32. Grayscale: #555555. Windows color (decimal): -7069491 or 13443220. OLE color: 13443220.

HSL color Cylindrical-coordinate representation of color #9420CD: hue angle of 280.23º 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 #9420CD is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 32 205 -
CMYK 0.28 0.84 0 0.20
HSL 280.23º 0.73% 0.46% -
HSV(B) 280.23º 0.84% 0.8% -
XYZ 23.75 11.74 58.77 -
YUV 86.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 148 32 205 0.28 0.84 0 0.20 280.23 0.73 0.46
Hex 94 20 CD 1C 54 0 14 118 49 2E
Octal 224 40 315 34 124 0 24 430 111 56
Binary 10010100 100000 11001101 11100 1010100 0 10100 100011000 1001001 101110

Color Harmonies of #9420CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420CD

Black with #9420CD

Text Example


Text Example

White with #9420CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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