Html Css Color HEX #9639EC Blue Violet

📋 copy color: '#9639EC'

red 150 ◦ green 57 ◦ blue 236

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

Shades of Blue Violet #9639EC

Tints of Blue Violet #9639EC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.87%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 33.86%
G = 12.87%
B = 53.27%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9639EC (or 0x9639EC) is known color: Blue Violet. HEX triplet: 96, 39 and EC. RGB value is (150,57,236). Sum of RGB (Red+Green+Blue) = 150+57+236=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #9639EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9639EC is #69C613. Grayscale: #686868. Windows color (decimal): -6931988 or 15481238. OLE color: 15481238.

HSL color Cylindrical-coordinate representation of color #9639EC: hue angle of 271.17º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9639EC is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 57 236 -
CMYK 0.36 0.76 0 0.07
HSL 271.17º 0.82% 0.57% -
HSV(B) 271.17º 0.76% 0.93% -
XYZ 29.18 15.47 80.8 -
YUV 105.21 201.81 159.95 -
System Red Green Blue C M Y K H S L
Decimal 150 57 236 0.36 0.76 0 0.07 271.17 0.82 0.57
Hex 96 39 EC 24 4C 0 7 10F 52 39
Octal 226 71 354 44 114 0 7 417 122 71
Binary 10010110 111001 11101100 100100 1001100 0 111 100001111 1010010 111001

Color Harmonies of #9639EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9639EC

Black with #9639EC

Text Example


Text Example

White with #9639EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9639EC; }

 p { color: rgb(150,57,236); }

 H1.HeaderClassName
 {
   color: #9639EC;
 }
 .AnyTagClassName
 {
   color: #9639EC;
 }
</style>

background-color css

<style>
 a { background-color: #9639EC; }

 a { background-color: rgb(150,57,236); }

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

border-color css

<style>
 span { border-color: #9639EC; }

 span { border-color: rgb(150,57,236); }

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