Html Css Color HEX #9636DC Blue Violet

📋 copy color: '#9636DC'

red 150 ◦ green 54 ◦ blue 220

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

Shades of Blue Violet #9636DC

Tints of Blue Violet #9636DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.74%

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

R = 35.38%
G = 12.74%
B = 51.89%

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

#9636DC (or 0x9636DC) is known color: Blue Violet. HEX triplet: 96, 36 and DC. RGB value is (150,54,220). Sum of RGB (Red+Green+Blue) = 150+54+220=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #9636DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9636DC is #69C923. Grayscale: #656565. Windows color (decimal): -6932772 or 14431894. OLE color: 14431894.

HSL color Cylindrical-coordinate representation of color #9636DC: hue angle of 274.7º 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 #9636DC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 54 220 -
CMYK 0.32 0.75 0 0.14
HSL 274.7º 0.7% 0.54% -
HSV(B) 274.7º 0.75% 0.86% -
XYZ 26.82 14.29 69.06 -
YUV 101.63 194.8 162.5 -
System Red Green Blue C M Y K H S L
Decimal 150 54 220 0.32 0.75 0 0.14 274.7 0.7 0.54
Hex 96 36 DC 20 4B 0 E 113 46 36
Octal 226 66 334 40 113 0 16 423 106 66
Binary 10010110 110110 11011100 100000 1001011 0 1110 100010011 1000110 110110

Color Harmonies of #9636DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9636DC

Black with #9636DC

Text Example


Text Example

White with #9636DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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