Html Css Color HEX #963BE7 Blue Violet

📋 copy color: '#963BE7'

red 150 ◦ green 59 ◦ blue 231

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

Shades of Blue Violet #963BE7

Tints of Blue Violet #963BE7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

 BLUE value IS 231 (90.63% from 255) = 52.5%

R = 34.09%
G = 13.41%
B = 52.5%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#963BE7 (or 0x963BE7) is known color: Blue Violet. HEX triplet: 96, 3B and E7. RGB value is (150,59,231). Sum of RGB (Red+Green+Blue) = 150+59+231=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #963BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963BE7 is #69C418. Grayscale: #696969. Windows color (decimal): -6931481 or 15154070. OLE color: 15154070.

HSL color Cylindrical-coordinate representation of color #963BE7: hue angle of 271.74º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963BE7 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 59 231 -
CMYK 0.35 0.74 0 0.09
HSL 271.74º 0.78% 0.57% -
HSV(B) 271.74º 0.74% 0.91% -
XYZ 28.57 15.38 77.06 -
YUV 105.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 150 59 231 0.35 0.74 0 0.09 271.74 0.78 0.57
Hex 96 3B E7 23 4A 0 9 110 4E 39
Octal 226 73 347 43 112 0 11 420 116 71
Binary 10010110 111011 11100111 100011 1001010 0 1001 100010000 1001110 111001

Color Harmonies of #963BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BE7

Black with #963BE7

Text Example


Text Example

White with #963BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,59,231); }

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

background-color css

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

 a { background-color: rgb(150,59,231); }

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

border-color css

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

 span { border-color: rgb(150,59,231); }

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