Html Css Color HEX #9522CA Dark Orchid

📋 copy color: '#9522CA'

red 149 ◦ green 34 ◦ blue 202

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

Shades of Dark Orchid #9522CA

Tints of Dark Orchid #9522CA

RGB

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

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

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

R = 38.7%
G = 8.83%
B = 52.47%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9522CA (or 0x9522CA) is known color: Dark Orchid. HEX triplet: 95, 22 and CA. RGB value is (149,34,202). Sum of RGB (Red+Green+Blue) = 149+34+202=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #9522CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522CA is #6ADD35. Grayscale: #565656. Windows color (decimal): -7003446 or 13247125. OLE color: 13247125.

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

Color convert

RGB 149 34 202 -
CMYK 0.26 0.83 0 0.21
HSL 281.07º 0.71% 0.46% -
HSV(B) 281.07º 0.83% 0.79% -
XYZ 23.63 11.8 56.91 -
YUV 87.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 149 34 202 0.26 0.83 0 0.21 281.07 0.71 0.46
Hex 95 22 CA 1A 53 0 15 119 47 2E
Octal 225 42 312 32 123 0 25 431 107 56
Binary 10010101 100010 11001010 11010 1010011 0 10101 100011001 1000111 101110

Color Harmonies of #9522CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9522CA

Black with #9522CA

Text Example


Text Example

White with #9522CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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