Html Css Color HEX #964CEA Blue Violet

📋 copy color: '#964CEA'

red 150 ◦ green 76 ◦ blue 234

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

Shades of Blue Violet #964CEA

Tints of Blue Violet #964CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 32.61%
G = 16.52%
B = 50.87%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#964CEA (or 0x964CEA) is known color: Blue Violet. HEX triplet: 96, 4C and EA. RGB value is (150,76,234). Sum of RGB (Red+Green+Blue) = 150+76+234=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #964CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CEA is #69B315. Grayscale: #737373. Windows color (decimal): -6927126 or 15355030. OLE color: 15355030.

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

Color convert

RGB 150 76 234 -
CMYK 0.36 0.68 0 0.08
HSL 268.1º 0.79% 0.61% -
HSV(B) 268.1º 0.68% 0.92% -
XYZ 30.01 17.59 79.66 -
YUV 116.14 194.52 152.15 -
System Red Green Blue C M Y K H S L
Decimal 150 76 234 0.36 0.68 0 0.08 268.1 0.79 0.61
Hex 96 4C EA 24 44 0 8 10C 4F 3D
Octal 226 114 352 44 104 0 10 414 117 75
Binary 10010110 1001100 11101010 100100 1000100 0 1000 100001100 1001111 111101

Color Harmonies of #964CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CEA

Black with #964CEA

Text Example


Text Example

White with #964CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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