Html Css Color HEX #962EEB Blue Violet

📋 copy color: '#962EEB'

red 150 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #962EEB

Tints of Blue Violet #962EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 34.8%
G = 10.67%
B = 54.52%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#962EEB (or 0x962EEB) is known color: Blue Violet. HEX triplet: 96, 2E and EB. RGB value is (150,46,235). Sum of RGB (Red+Green+Blue) = 150+46+235=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #962EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962EEB is #69D114. Grayscale: #616161. Windows color (decimal): -6934805 or 15412886. OLE color: 15412886.

HSL color Cylindrical-coordinate representation of color #962EEB: hue angle of 273.02º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962EEB is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 46 235 -
CMYK 0.36 0.80 0 0.08
HSL 273.02º 0.83% 0.55% -
HSV(B) 273.02º 0.8% 0.92% -
XYZ 28.55 14.44 79.88 -
YUV 98.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 150 46 235 0.36 0.80 0 0.08 273.02 0.83 0.55
Hex 96 2E EB 24 50 0 8 111 53 37
Octal 226 56 353 44 120 0 10 421 123 67
Binary 10010110 101110 11101011 100100 1010000 0 1000 100010001 1010011 110111

Color Harmonies of #962EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EEB

Black with #962EEB

Text Example


Text Example

White with #962EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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