Html Css Color HEX #9529BA Dark Orchid

📋 copy color: '#9529BA'

red 149 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #9529BA

Tints of Dark Orchid #9529BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 39.63%
G = 10.9%
B = 49.47%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9529BA (or 0x9529BA) is known color: Dark Orchid. HEX triplet: 95, 29 and BA. RGB value is (149,41,186). Sum of RGB (Red+Green+Blue) = 149+41+186=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #9529BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529BA is #6AD645. Grayscale: #595959. Windows color (decimal): -7001670 or 12200341. OLE color: 12200341.

HSL color Cylindrical-coordinate representation of color #9529BA: hue angle of 284.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9529BA is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 41 186 -
CMYK 0.20 0.78 0 0.27
HSL 284.69º 0.64% 0.45% -
HSV(B) 284.69º 0.78% 0.73% -
XYZ 22.05 11.52 47.52 -
YUV 89.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 149 41 186 0.20 0.78 0 0.27 284.69 0.64 0.45
Hex 95 29 BA 14 4E 0 1B 11D 40 2D
Octal 225 51 272 24 116 0 33 435 100 55
Binary 10010101 101001 10111010 10100 1001110 0 11011 100011101 1000000 101101

Color Harmonies of #9529BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529BA

Black with #9529BA

Text Example


Text Example

White with #9529BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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