Html Css Color HEX #9422CE Dark Orchid

📋 copy color: '#9422CE'

red 148 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #9422CE

Tints of Dark Orchid #9422CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.76%

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

R = 38.14%
G = 8.76%
B = 53.09%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9422CE (or 0x9422CE) is known color: Dark Orchid. HEX triplet: 94, 22 and CE. RGB value is (148,34,206). Sum of RGB (Red+Green+Blue) = 148+34+206=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #9422CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9422CE is #6BDD31. Grayscale: #575757. Windows color (decimal): -7068978 or 13509268. OLE color: 13509268.

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

Color convert

RGB 148 34 206 -
CMYK 0.28 0.83 0 0.19
HSL 279.77º 0.72% 0.47% -
HSV(B) 279.77º 0.83% 0.81% -
XYZ 23.93 11.9 59.43 -
YUV 87.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 148 34 206 0.28 0.83 0 0.19 279.77 0.72 0.47
Hex 94 22 CE 1C 53 0 13 118 48 2F
Octal 224 42 316 34 123 0 23 430 110 57
Binary 10010100 100010 11001110 11100 1010011 0 10011 100011000 1001000 101111

Color Harmonies of #9422CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9422CE

Black with #9422CE

Text Example


Text Example

White with #9422CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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