Html Css Color HEX #9525AC Dark Orchid

📋 copy color: '#9525AC'

red 149 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #9525AC

Tints of Dark Orchid #9525AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 41.62%
G = 10.34%
B = 48.04%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9525AC (or 0x9525AC) is known color: Dark Orchid. HEX triplet: 95, 25 and AC. RGB value is (149,37,172). Sum of RGB (Red+Green+Blue) = 149+37+172=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #9525AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9525AC is #6ADA53. Grayscale: #555555. Windows color (decimal): -7002708 or 11281813. OLE color: 11281813.

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

Color convert

RGB 149 37 172 -
CMYK 0.13 0.78 0 0.33
HSL 289.78º 0.65% 0.41% -
HSV(B) 289.78º 0.78% 0.67% -
XYZ 20.5 10.69 40.01 -
YUV 85.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 149 37 172 0.13 0.78 0 0.33 289.78 0.65 0.41
Hex 95 25 AC D 4E 0 21 122 41 29
Octal 225 45 254 15 116 0 41 442 101 51
Binary 10010101 100101 10101100 1101 1001110 0 100001 100100010 1000001 101001

Color Harmonies of #9525AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525AC

Black with #9525AC

Text Example


Text Example

White with #9525AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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