Html Css Color HEX #9537C0 Dark Orchid

📋 copy color: '#9537C0'

red 149 ◦ green 55 ◦ blue 192

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

Shades of Dark Orchid #9537C0

Tints of Dark Orchid #9537C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 37.63%
G = 13.89%
B = 48.48%

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

#9537C0 (or 0x9537C0) is known color: Dark Orchid. HEX triplet: 95, 37 and C0. RGB value is (149,55,192). Sum of RGB (Red+Green+Blue) = 149+55+192=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #9537C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9537C0 is #6AC83F. Grayscale: #626262. Windows color (decimal): -6998080 or 12597141. OLE color: 12597141.

HSL color Cylindrical-coordinate representation of color #9537C0: hue angle of 281.17º 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 #9537C0 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 55 192 -
CMYK 0.22 0.71 0 0.25
HSL 281.17º 0.55% 0.48% -
HSV(B) 281.17º 0.71% 0.75% -
XYZ 23.28 12.93 51.14 -
YUV 98.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 149 55 192 0.22 0.71 0 0.25 281.17 0.55 0.48
Hex 95 37 C0 16 47 0 19 119 37 30
Octal 225 67 300 26 107 0 31 431 67 60
Binary 10010101 110111 11000000 10110 1000111 0 11001 100011001 110111 110000

Color Harmonies of #9537C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9537C0

Black with #9537C0

Text Example


Text Example

White with #9537C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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