Html Css Color HEX #9525AD Dark Orchid

📋 copy color: '#9525AD'

red 149 ◦ green 37 ◦ blue 173

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

Shades of Dark Orchid #9525AD

Tints of Dark Orchid #9525AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 41.5%
G = 10.31%
B = 48.19%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9525AD (or 0x9525AD) is known color: Dark Orchid. HEX triplet: 95, 25 and AD. RGB value is (149,37,173). Sum of RGB (Red+Green+Blue) = 149+37+173=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #9525AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9525AD is #6ADA52. Grayscale: #555555. Windows color (decimal): -7002707 or 11347349. OLE color: 11347349.

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

Color convert

RGB 149 37 173 -
CMYK 0.14 0.79 0 0.32
HSL 289.41º 0.65% 0.41% -
HSV(B) 289.41º 0.79% 0.68% -
XYZ 20.6 10.73 40.52 -
YUV 85.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 149 37 173 0.14 0.79 0 0.32 289.41 0.65 0.41
Hex 95 25 AD E 4F 0 20 121 41 29
Octal 225 45 255 16 117 0 40 441 101 51
Binary 10010101 100101 10101101 1110 1001111 0 100000 100100001 1000001 101001

Color Harmonies of #9525AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525AD

Black with #9525AD

Text Example


Text Example

White with #9525AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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