Html Css Color HEX #963CEF Blue Violet

📋 copy color: '#963CEF'

red 150 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #963CEF

Tints of Blue Violet #963CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 33.41%
G = 13.36%
B = 53.23%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#963CEF (or 0x963CEF) is known color: Blue Violet. HEX triplet: 96, 3C and EF. RGB value is (150,60,239). Sum of RGB (Red+Green+Blue) = 150+60+239=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #963CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CEF is #69C310. Grayscale: #6A6A6A. Windows color (decimal): -6931217 or 15678614. OLE color: 15678614.

HSL color Cylindrical-coordinate representation of color #963CEF: hue angle of 270.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963CEF is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 60 239 -
CMYK 0.37 0.75 0 0.06
HSL 270.17º 0.85% 0.59% -
HSV(B) 270.17º 0.75% 0.94% -
XYZ 29.77 15.95 83.17 -
YUV 107.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 150 60 239 0.37 0.75 0 0.06 270.17 0.85 0.59
Hex 96 3C EF 25 4B 0 6 10E 55 3B
Octal 226 74 357 45 113 0 6 416 125 73
Binary 10010110 111100 11101111 100101 1001011 0 110 100001110 1010101 111011

Color Harmonies of #963CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CEF

Black with #963CEF

Text Example


Text Example

White with #963CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963CEF; }

 p { color: rgb(150,60,239); }

 H1.HeaderClassName
 {
   color: #963CEF;
 }
 .AnyTagClassName
 {
   color: #963CEF;
 }
</style>

background-color css

<style>
 a { background-color: #963CEF; }

 a { background-color: rgb(150,60,239); }

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

border-color css

<style>
 span { border-color: #963CEF; }

 span { border-color: rgb(150,60,239); }

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