Html Css Color HEX #9637BA Dark Orchid

📋 copy color: '#9637BA'

red 150 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #9637BA

Tints of Dark Orchid #9637BA

RGB

 RED value IS 150 (58.98% from 255) = 38.36%

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 38.36%
G = 14.07%
B = 47.57%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9637BA (or 0x9637BA) is known color: Dark Orchid. HEX triplet: 96, 37 and BA. RGB value is (150,55,186). Sum of RGB (Red+Green+Blue) = 150+55+186=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #9637BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637BA is #69C845. Grayscale: #616161. Windows color (decimal): -6932550 or 12203926. OLE color: 12203926.

HSL color Cylindrical-coordinate representation of color #9637BA: hue angle of 283.51º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9637BA is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 55 186 -
CMYK 0.19 0.70 0 0.27
HSL 283.51º 0.54% 0.47% -
HSV(B) 283.51º 0.7% 0.73% -
XYZ 22.81 12.76 47.72 -
YUV 98.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 150 55 186 0.19 0.70 0 0.27 283.51 0.54 0.47
Hex 96 37 BA 13 46 0 1B 11C 36 2F
Octal 226 67 272 23 106 0 33 434 66 57
Binary 10010110 110111 10111010 10011 1000110 0 11011 100011100 110110 101111

Color Harmonies of #9637BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9637BA

Black with #9637BA

Text Example


Text Example

White with #9637BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9637BA; }

 p { color: rgb(150,55,186); }

 H1.HeaderClassName
 {
   color: #9637BA;
 }
 .AnyTagClassName
 {
   color: #9637BA;
 }
</style>

background-color css

<style>
 a { background-color: #9637BA; }

 a { background-color: rgb(150,55,186); }

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

border-color css

<style>
 span { border-color: #9637BA; }

 span { border-color: rgb(150,55,186); }

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