Html Css Color HEX #9529AC Dark Orchid

📋 copy color: '#9529AC'

red 149 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #9529AC

Tints of Dark Orchid #9529AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 41.16%
G = 11.33%
B = 47.51%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9529AC (or 0x9529AC) is known color: Dark Orchid. HEX triplet: 95, 29 and AC. RGB value is (149,41,172). Sum of RGB (Red+Green+Blue) = 149+41+172=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #9529AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9529AC is #6AD653. Grayscale: #575757. Windows color (decimal): -7001684 or 11282837. OLE color: 11282837.

HSL color Cylindrical-coordinate representation of color #9529AC: hue angle of 289.47º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9529AC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 41 172 -
CMYK 0.13 0.76 0 0.33
HSL 289.47º 0.62% 0.42% -
HSV(B) 289.47º 0.76% 0.67% -
XYZ 20.63 10.95 40.06 -
YUV 88.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 149 41 172 0.13 0.76 0 0.33 289.47 0.62 0.42
Hex 95 29 AC D 4C 0 21 121 3E 2A
Octal 225 51 254 15 114 0 41 441 76 52
Binary 10010101 101001 10101100 1101 1001100 0 100001 100100001 111110 101010

Color Harmonies of #9529AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529AC

Black with #9529AC

Text Example


Text Example

White with #9529AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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