Html Css Color HEX #9524AC Dark Orchid

📋 copy color: '#9524AC'

red 149 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #9524AC

Tints of Dark Orchid #9524AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 41.74%
G = 10.08%
B = 48.18%

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

#9524AC (or 0x9524AC) is known color: Dark Orchid. HEX triplet: 95, 24 and AC. RGB value is (149,36,172). Sum of RGB (Red+Green+Blue) = 149+36+172=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #9524AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9524AC is #6ADB53. Grayscale: #545454. Windows color (decimal): -7002964 or 11281557. OLE color: 11281557.

HSL color Cylindrical-coordinate representation of color #9524AC: hue angle of 289.85º 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 #9524AC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 36 172 -
CMYK 0.13 0.79 0 0.33
HSL 289.85º 0.65% 0.41% -
HSV(B) 289.85º 0.79% 0.67% -
XYZ 20.47 10.63 40 -
YUV 85.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 149 36 172 0.13 0.79 0 0.33 289.85 0.65 0.41
Hex 95 24 AC D 4F 0 21 122 41 29
Octal 225 44 254 15 117 0 41 442 101 51
Binary 10010101 100100 10101100 1101 1001111 0 100001 100100010 1000001 101001

Color Harmonies of #9524AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9524AC

Black with #9524AC

Text Example


Text Example

White with #9524AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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