Html Css Color HEX #9537DA Dark Orchid

📋 copy color: '#9537DA'

red 149 ◦ green 55 ◦ blue 218

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

Shades of Dark Orchid #9537DA

Tints of Dark Orchid #9537DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 35.31%
G = 13.03%
B = 51.66%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9537DA (or 0x9537DA) is known color: Dark Orchid. HEX triplet: 95, 37 and DA. RGB value is (149,55,218). Sum of RGB (Red+Green+Blue) = 149+55+218=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #9537DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9537DA is #6AC825. Grayscale: #656565. Windows color (decimal): -6998054 or 14301077. OLE color: 14301077.

HSL color Cylindrical-coordinate representation of color #9537DA: hue angle of 274.6º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9537DA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 55 218 -
CMYK 0.32 0.75 0 0.15
HSL 274.6º 0.69% 0.54% -
HSV(B) 274.6º 0.75% 0.85% -
XYZ 26.42 14.18 67.68 -
YUV 101.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 149 55 218 0.32 0.75 0 0.15 274.6 0.69 0.54
Hex 95 37 DA 20 4B 0 F 113 45 36
Octal 225 67 332 40 113 0 17 423 105 66
Binary 10010101 110111 11011010 100000 1001011 0 1111 100010011 1000101 110110

Color Harmonies of #9537DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9537DA

Black with #9537DA

Text Example


Text Example

White with #9537DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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