Html Css Color HEX #9527AB Dark Orchid

📋 copy color: '#9527AB'

red 149 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #9527AB

Tints of Dark Orchid #9527AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

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

R = 41.5%
G = 10.86%
B = 47.63%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9527AB (or 0x9527AB) is known color: Dark Orchid. HEX triplet: 95, 27 and AB. RGB value is (149,39,171). Sum of RGB (Red+Green+Blue) = 149+39+171=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #9527AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9527AB is #6AD854. Grayscale: #565656. Windows color (decimal): -7002197 or 11216789. OLE color: 11216789.

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

Color convert

RGB 149 39 171 -
CMYK 0.13 0.77 0 0.33
HSL 290º 0.63% 0.41% -
HSV(B) 290º 0.77% 0.67% -
XYZ 20.47 10.78 39.53 -
YUV 86.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 149 39 171 0.13 0.77 0 0.33 290 0.63 0.41
Hex 95 27 AB D 4D 0 21 122 3F 29
Octal 225 47 253 15 115 0 41 442 77 51
Binary 10010101 100111 10101011 1101 1001101 0 100001 100100010 111111 101001

Color Harmonies of #9527AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9527AB

Black with #9527AB

Text Example


Text Example

White with #9527AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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