Html Css Color HEX #9522BE Dark Orchid

📋 copy color: '#9522BE'

red 149 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #9522BE

Tints of Dark Orchid #9522BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 39.95%
G = 9.12%
B = 50.94%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9522BE (or 0x9522BE) is known color: Dark Orchid. HEX triplet: 95, 22 and BE. RGB value is (149,34,190). Sum of RGB (Red+Green+Blue) = 149+34+190=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9522BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522BE is #6ADD41. Grayscale: #555555. Windows color (decimal): -7003458 or 12460693. OLE color: 12460693.

HSL color Cylindrical-coordinate representation of color #9522BE: hue angle of 284.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9522BE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 34 190 -
CMYK 0.22 0.82 0 0.25
HSL 284.23º 0.7% 0.44% -
HSV(B) 284.23º 0.82% 0.75% -
XYZ 22.26 11.25 49.71 -
YUV 86.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 149 34 190 0.22 0.82 0 0.25 284.23 0.7 0.44
Hex 95 22 BE 16 52 0 19 11C 46 2C
Octal 225 42 276 26 122 0 31 434 106 54
Binary 10010101 100010 10111110 10110 1010010 0 11001 100011100 1000110 101100

Color Harmonies of #9522BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9522BE

Black with #9522BE

Text Example


Text Example

White with #9522BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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