Html Css Color HEX #9537AC Dark Orchid

📋 copy color: '#9537AC'

red 149 ◦ green 55 ◦ blue 172

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

Shades of Dark Orchid #9537AC

Tints of Dark Orchid #9537AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.63%

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

R = 39.63%
G = 14.63%
B = 45.74%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9537AC (or 0x9537AC) is known color: Dark Orchid. HEX triplet: 95, 37 and AC. RGB value is (149,55,172). Sum of RGB (Red+Green+Blue) = 149+55+172=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #9537AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9537AC is #6AC853. Grayscale: #606060. Windows color (decimal): -6998100 or 11286421. OLE color: 11286421.

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

Color convert

RGB 149 55 172 -
CMYK 0.13 0.68 0 0.33
HSL 288.21º 0.52% 0.45% -
HSV(B) 288.21º 0.68% 0.67% -
XYZ 21.21 12.1 40.25 -
YUV 96.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 149 55 172 0.13 0.68 0 0.33 288.21 0.52 0.45
Hex 95 37 AC D 44 0 21 120 34 2D
Octal 225 67 254 15 104 0 41 440 64 55
Binary 10010101 110111 10101100 1101 1000100 0 100001 100100000 110100 101101

Color Harmonies of #9537AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9537AC

Black with #9537AC

Text Example


Text Example

White with #9537AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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