Html Css Color HEX #9522BF Dark Orchid

📋 copy color: '#9522BF'

red 149 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #9522BF

Tints of Dark Orchid #9522BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 39.84%
G = 9.09%
B = 51.07%

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

#9522BF (or 0x9522BF) is known color: Dark Orchid. HEX triplet: 95, 22 and BF. RGB value is (149,34,191). Sum of RGB (Red+Green+Blue) = 149+34+191=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #9522BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522BF is #6ADD40. Grayscale: #555555. Windows color (decimal): -7003457 or 12526229. OLE color: 12526229.

HSL color Cylindrical-coordinate representation of color #9522BF: hue angle of 283.95º 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 #9522BF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 34 191 -
CMYK 0.22 0.82 0 0.25
HSL 283.95º 0.7% 0.44% -
HSV(B) 283.95º 0.82% 0.75% -
XYZ 22.37 11.3 50.29 -
YUV 86.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 149 34 191 0.22 0.82 0 0.25 283.95 0.7 0.44
Hex 95 22 BF 16 52 0 19 11C 46 2C
Octal 225 42 277 26 122 0 31 434 106 54
Binary 10010101 100010 10111111 10110 1010010 0 11001 100011100 1000110 101100

Color Harmonies of #9522BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9522BF

Black with #9522BF

Text Example


Text Example

White with #9522BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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