Html Css Color HEX #964BEC Blue Violet

📋 copy color: '#964BEC'

red 150 ◦ green 75 ◦ blue 236

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

Shades of Blue Violet #964BEC

Tints of Blue Violet #964BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

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

R = 32.54%
G = 16.27%
B = 51.19%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964BEC (or 0x964BEC) is known color: Blue Violet. HEX triplet: 96, 4B and EC. RGB value is (150,75,236). Sum of RGB (Red+Green+Blue) = 150+75+236=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #964BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BEC is #69B413. Grayscale: #737373. Windows color (decimal): -6927380 or 15485846. OLE color: 15485846.

HSL color Cylindrical-coordinate representation of color #964BEC: hue angle of 267.95º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #964BEC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 75 236 -
CMYK 0.36 0.68 0 0.07
HSL 267.95º 0.81% 0.61% -
HSV(B) 267.95º 0.68% 0.93% -
XYZ 30.23 17.57 81.16 -
YUV 115.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 150 75 236 0.36 0.68 0 0.07 267.95 0.81 0.61
Hex 96 4B EC 24 44 0 7 10C 51 3D
Octal 226 113 354 44 104 0 7 414 121 75
Binary 10010110 1001011 11101100 100100 1000100 0 111 100001100 1010001 111101

Color Harmonies of #964BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BEC

Black with #964BEC

Text Example


Text Example

White with #964BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964BEC; }

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

 H1.HeaderClassName
 {
   color: #964BEC;
 }
 .AnyTagClassName
 {
   color: #964BEC;
 }
</style>

background-color css

<style>
 a { background-color: #964BEC; }

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

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

border-color css

<style>
 span { border-color: #964BEC; }

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

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