Html Css Color HEX #9527AD Dark Orchid

📋 copy color: '#9527AD'

red 149 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #9527AD

Tints of Dark Orchid #9527AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 41.27%
G = 10.8%
B = 47.92%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9527AD (or 0x9527AD) is known color: Dark Orchid. HEX triplet: 95, 27 and AD. RGB value is (149,39,173). Sum of RGB (Red+Green+Blue) = 149+39+173=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #9527AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9527AD is #6AD852. Grayscale: #565656. Windows color (decimal): -7002195 or 11347861. OLE color: 11347861.

HSL color Cylindrical-coordinate representation of color #9527AD: hue angle of 289.25º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9527AD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 39 173 -
CMYK 0.14 0.77 0 0.32
HSL 289.25º 0.63% 0.42% -
HSV(B) 289.25º 0.77% 0.68% -
XYZ 20.66 10.86 40.54 -
YUV 87.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 149 39 173 0.14 0.77 0 0.32 289.25 0.63 0.42
Hex 95 27 AD E 4D 0 20 121 3F 2A
Octal 225 47 255 16 115 0 40 441 77 52
Binary 10010101 100111 10101101 1110 1001101 0 100000 100100001 111111 101010

Color Harmonies of #9527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9527AD

Black with #9527AD

Text Example


Text Example

White with #9527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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