Html Css Color HEX #9537BE Dark Orchid

📋 copy color: '#9537BE'

red 149 ◦ green 55 ◦ blue 190

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

Shades of Dark Orchid #9537BE

Tints of Dark Orchid #9537BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 37.82%
G = 13.96%
B = 48.22%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9537BE (or 0x9537BE) is known color: Dark Orchid. HEX triplet: 95, 37 and BE. RGB value is (149,55,190). Sum of RGB (Red+Green+Blue) = 149+55+190=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #9537BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9537BE is #6AC841. Grayscale: #626262. Windows color (decimal): -6998082 or 12466069. OLE color: 12466069.

HSL color Cylindrical-coordinate representation of color #9537BE: hue angle of 281.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9537BE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 55 190 -
CMYK 0.22 0.71 0 0.25
HSL 281.78º 0.55% 0.48% -
HSV(B) 281.78º 0.71% 0.75% -
XYZ 23.05 12.84 49.98 -
YUV 98.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 149 55 190 0.22 0.71 0 0.25 281.78 0.55 0.48
Hex 95 37 BE 16 47 0 19 11A 37 30
Octal 225 67 276 26 107 0 31 432 67 60
Binary 10010101 110111 10111110 10110 1000111 0 11001 100011010 110111 110000

Color Harmonies of #9537BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9537BE

Black with #9537BE

Text Example


Text Example

White with #9537BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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