Html Css Color HEX #9522CE Dark Orchid

📋 copy color: '#9522CE'

red 149 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #9522CE

Tints of Dark Orchid #9522CE

RGB

 RED value IS 149 (58.59% from 255) = 38.3%

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

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

R = 38.3%
G = 8.74%
B = 52.96%

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

#9522CE (or 0x9522CE) is known color: Dark Orchid. HEX triplet: 95, 22 and CE. RGB value is (149,34,206). Sum of RGB (Red+Green+Blue) = 149+34+206=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9522CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522CE is #6ADD31. Grayscale: #575757. Windows color (decimal): -7003442 or 13509269. OLE color: 13509269.

HSL color Cylindrical-coordinate representation of color #9522CE: hue angle of 280.12º 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 #9522CE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 34 206 -
CMYK 0.28 0.83 0 0.19
HSL 280.12º 0.72% 0.47% -
HSV(B) 280.12º 0.83% 0.81% -
XYZ 24.11 11.99 59.44 -
YUV 87.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 149 34 206 0.28 0.83 0 0.19 280.12 0.72 0.47
Hex 95 22 CE 1C 53 0 13 118 48 2F
Octal 225 42 316 34 123 0 23 430 110 57
Binary 10010101 100010 11001110 11100 1010011 0 10011 100011000 1001000 101111

Color Harmonies of #9522CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9522CE

Black with #9522CE

Text Example


Text Example

White with #9522CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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