Html Css Color HEX #9420C7 Dark Orchid

📋 copy color: '#9420C7'

red 148 ◦ green 32 ◦ blue 199

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

Shades of Dark Orchid #9420C7

Tints of Dark Orchid #9420C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.51%

R = 39.05%
G = 8.44%
B = 52.51%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9420C7 (or 0x9420C7) is known color: Dark Orchid. HEX triplet: 94, 20 and C7. RGB value is (148,32,199). Sum of RGB (Red+Green+Blue) = 148+32+199=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #9420C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420C7 is #6BDF38. Grayscale: #555555. Windows color (decimal): -7069497 or 13050004. OLE color: 13050004.

HSL color Cylindrical-coordinate representation of color #9420C7: hue angle of 281.68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9420C7 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 32 199 -
CMYK 0.26 0.84 0 0.22
HSL 281.68º 0.72% 0.45% -
HSV(B) 281.68º 0.84% 0.78% -
XYZ 23.04 11.45 55.03 -
YUV 85.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 148 32 199 0.26 0.84 0 0.22 281.68 0.72 0.45
Hex 94 20 C7 1A 54 0 16 11A 48 2D
Octal 224 40 307 32 124 0 26 432 110 55
Binary 10010100 100000 11000111 11010 1010100 0 10110 100011010 1001000 101101

Color Harmonies of #9420C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420C7

Black with #9420C7

Text Example


Text Example

White with #9420C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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