Html Css Color HEX #964CEE Blue Violet

📋 copy color: '#964CEE'

red 150 ◦ green 76 ◦ blue 238

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

Shades of Blue Violet #964CEE

Tints of Blue Violet #964CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 32.33%
G = 16.38%
B = 51.29%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964CEE (or 0x964CEE) is known color: Blue Violet. HEX triplet: 96, 4C and EE. RGB value is (150,76,238). Sum of RGB (Red+Green+Blue) = 150+76+238=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #964CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CEE is #69B311. Grayscale: #747474. Windows color (decimal): -6927122 or 15617174. OLE color: 15617174.

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

Color convert

RGB 150 76 238 -
CMYK 0.37 0.68 0 0.07
HSL 267.41º 0.83% 0.62% -
HSV(B) 267.41º 0.68% 0.93% -
XYZ 30.59 17.83 82.72 -
YUV 116.59 196.52 151.83 -
System Red Green Blue C M Y K H S L
Decimal 150 76 238 0.37 0.68 0 0.07 267.41 0.83 0.62
Hex 96 4C EE 25 44 0 7 10B 53 3E
Octal 226 114 356 45 104 0 7 413 123 76
Binary 10010110 1001100 11101110 100101 1000100 0 111 100001011 1010011 111110

Color Harmonies of #964CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CEE

Black with #964CEE

Text Example


Text Example

White with #964CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,238); }

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

background-color css

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

 a { background-color: rgb(150,76,238); }

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

border-color css

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

 span { border-color: rgb(150,76,238); }

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