Html Css Color HEX #9529D5 Dark Orchid

📋 copy color: '#9529D5'

red 149 ◦ green 41 ◦ blue 213

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

Shades of Dark Orchid #9529D5

Tints of Dark Orchid #9529D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 36.97%
G = 10.17%
B = 52.85%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9529D5 (or 0x9529D5) is known color: Dark Orchid. HEX triplet: 95, 29 and D5. RGB value is (149,41,213). Sum of RGB (Red+Green+Blue) = 149+41+213=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #9529D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529D5 is #6AD62A. Grayscale: #5C5C5C. Windows color (decimal): -7001643 or 13969813. OLE color: 13969813.

HSL color Cylindrical-coordinate representation of color #9529D5: hue angle of 277.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9529D5 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 41 213 -
CMYK 0.30 0.81 0 0.16
HSL 277.67º 0.68% 0.5% -
HSV(B) 277.67º 0.81% 0.84% -
XYZ 25.2 12.78 64.09 -
YUV 92.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 149 41 213 0.30 0.81 0 0.16 277.67 0.68 0.5
Hex 95 29 D5 1E 51 0 10 116 44 32
Octal 225 51 325 36 121 0 20 426 104 62
Binary 10010101 101001 11010101 11110 1010001 0 10000 100010110 1000100 110010

Color Harmonies of #9529D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529D5

Black with #9529D5

Text Example


Text Example

White with #9529D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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