Html Css Color HEX #962CE4 Blue Violet

📋 copy color: '#962CE4'

red 150 ◦ green 44 ◦ blue 228

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

Shades of Blue Violet #962CE4

Tints of Blue Violet #962CE4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.43%

 BLUE value IS 228 (89.45% from 255) = 54.03%

R = 35.55%
G = 10.43%
B = 54.03%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#962CE4 (or 0x962CE4) is known color: Blue Violet. HEX triplet: 96, 2C and E4. RGB value is (150,44,228). Sum of RGB (Red+Green+Blue) = 150+44+228=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #962CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CE4 is #69D31B. Grayscale: #606060. Windows color (decimal): -6935324 or 14953622. OLE color: 14953622.

HSL color Cylindrical-coordinate representation of color #962CE4: hue angle of 274.57º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962CE4 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 44 228 -
CMYK 0.34 0.81 0 0.11
HSL 274.57º 0.77% 0.53% -
HSV(B) 274.57º 0.81% 0.89% -
XYZ 27.48 13.89 74.63 -
YUV 96.67 202.12 166.04 -
System Red Green Blue C M Y K H S L
Decimal 150 44 228 0.34 0.81 0 0.11 274.57 0.77 0.53
Hex 96 2C E4 22 51 0 B 113 4D 35
Octal 226 54 344 42 121 0 13 423 115 65
Binary 10010110 101100 11100100 100010 1010001 0 1011 100010011 1001101 110101

Color Harmonies of #962CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962CE4

Black with #962CE4

Text Example


Text Example

White with #962CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962CE4; }

 p { color: rgb(150,44,228); }

 H1.HeaderClassName
 {
   color: #962CE4;
 }
 .AnyTagClassName
 {
   color: #962CE4;
 }
</style>

background-color css

<style>
 a { background-color: #962CE4; }

 a { background-color: rgb(150,44,228); }

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

border-color css

<style>
 span { border-color: #962CE4; }

 span { border-color: rgb(150,44,228); }

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