Html Css Color HEX #962EEE Blue Violet

📋 copy color: '#962EEE'

red 150 ◦ green 46 ◦ blue 238

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

Shades of Blue Violet #962EEE

Tints of Blue Violet #962EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.6%

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

R = 34.56%
G = 10.6%
B = 54.84%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#962EEE (or 0x962EEE) is known color: Blue Violet. HEX triplet: 96, 2E and EE. RGB value is (150,46,238). Sum of RGB (Red+Green+Blue) = 150+46+238=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #962EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962EEE is #69D111. Grayscale: #626262. Windows color (decimal): -6934802 or 15609494. OLE color: 15609494.

HSL color Cylindrical-coordinate representation of color #962EEE: hue angle of 272.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962EEE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 46 238 -
CMYK 0.37 0.81 0 0.07
HSL 272.5º 0.85% 0.56% -
HSV(B) 272.5º 0.81% 0.93% -
XYZ 28.99 14.61 82.18 -
YUV 98.98 206.46 164.39 -
System Red Green Blue C M Y K H S L
Decimal 150 46 238 0.37 0.81 0 0.07 272.5 0.85 0.56
Hex 96 2E EE 25 51 0 7 110 55 38
Octal 226 56 356 45 121 0 7 420 125 70
Binary 10010110 101110 11101110 100101 1010001 0 111 100010000 1010101 111000

Color Harmonies of #962EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EEE

Black with #962EEE

Text Example


Text Example

White with #962EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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