Html Css Color HEX #9522B4 Dark Orchid

📋 copy color: '#9522B4'

red 149 ◦ green 34 ◦ blue 180

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

Shades of Dark Orchid #9522B4

Tints of Dark Orchid #9522B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 41.05%
G = 9.37%
B = 49.59%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9522B4 (or 0x9522B4) is known color: Dark Orchid. HEX triplet: 95, 22 and B4. RGB value is (149,34,180). Sum of RGB (Red+Green+Blue) = 149+34+180=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #9522B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522B4 is #6ADD4B. Grayscale: #545454. Windows color (decimal): -7003468 or 11805333. OLE color: 11805333.

HSL color Cylindrical-coordinate representation of color #9522B4: hue angle of 287.26º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9522B4 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 34 180 -
CMYK 0.17 0.81 0 0.29
HSL 287.26º 0.68% 0.42% -
HSV(B) 287.26º 0.81% 0.71% -
XYZ 21.2 10.83 44.15 -
YUV 85.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 149 34 180 0.17 0.81 0 0.29 287.26 0.68 0.42
Hex 95 22 B4 11 51 0 1D 11F 44 2A
Octal 225 42 264 21 121 0 35 437 104 52
Binary 10010101 100010 10110100 10001 1010001 0 11101 100011111 1000100 101010

Color Harmonies of #9522B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9522B4

Black with #9522B4

Text Example


Text Example

White with #9522B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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