Html Css Color HEX #9524AB Dark Orchid

📋 copy color: '#9524AB'

red 149 ◦ green 36 ◦ blue 171

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

Shades of Dark Orchid #9524AB

Tints of Dark Orchid #9524AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 41.85%
G = 10.11%
B = 48.03%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9524AB (or 0x9524AB) is known color: Dark Orchid. HEX triplet: 95, 24 and AB. RGB value is (149,36,171). Sum of RGB (Red+Green+Blue) = 149+36+171=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9524AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9524AB is #6ADB54. Grayscale: #545454. Windows color (decimal): -7002965 or 11216021. OLE color: 11216021.

HSL color Cylindrical-coordinate representation of color #9524AB: hue angle of 290.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9524AB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 36 171 -
CMYK 0.13 0.79 0 0.33
HSL 290.22º 0.65% 0.41% -
HSV(B) 290.22º 0.79% 0.67% -
XYZ 20.38 10.59 39.5 -
YUV 85.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 149 36 171 0.13 0.79 0 0.33 290.22 0.65 0.41
Hex 95 24 AB D 4F 0 21 122 41 29
Octal 225 44 253 15 117 0 41 442 101 51
Binary 10010101 100100 10101011 1101 1001111 0 100001 100100010 1000001 101001

Color Harmonies of #9524AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9524AB

Black with #9524AB

Text Example


Text Example

White with #9524AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9524AB; }

 p { color: rgb(149,36,171); }

 H1.HeaderClassName
 {
   color: #9524AB;
 }
 .AnyTagClassName
 {
   color: #9524AB;
 }
</style>

background-color css

<style>
 a { background-color: #9524AB; }

 a { background-color: rgb(149,36,171); }

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

border-color css

<style>
 span { border-color: #9524AB; }

 span { border-color: rgb(149,36,171); }

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