Html Css Color HEX #9637DC Blue Violet

📋 copy color: '#9637DC'

red 150 ◦ green 55 ◦ blue 220

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

Shades of Blue Violet #9637DC

Tints of Blue Violet #9637DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 35.29%
G = 12.94%
B = 51.76%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9637DC (or 0x9637DC) is known color: Blue Violet. HEX triplet: 96, 37 and DC. RGB value is (150,55,220). Sum of RGB (Red+Green+Blue) = 150+55+220=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #9637DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637DC is #69C823. Grayscale: #656565. Windows color (decimal): -6932516 or 14432150. OLE color: 14432150.

HSL color Cylindrical-coordinate representation of color #9637DC: hue angle of 274.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9637DC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 55 220 -
CMYK 0.32 0.75 0 0.14
HSL 274.55º 0.7% 0.54% -
HSV(B) 274.55º 0.75% 0.86% -
XYZ 26.86 14.38 69.07 -
YUV 102.22 194.47 162.08 -
System Red Green Blue C M Y K H S L
Decimal 150 55 220 0.32 0.75 0 0.14 274.55 0.7 0.54
Hex 96 37 DC 20 4B 0 E 113 46 36
Octal 226 67 334 40 113 0 16 423 106 66
Binary 10010110 110111 11011100 100000 1001011 0 1110 100010011 1000110 110110

Color Harmonies of #9637DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9637DC

Black with #9637DC

Text Example


Text Example

White with #9637DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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