Html Css Color HEX #962EDB Blue Violet

📋 copy color: '#962EDB'

red 150 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #962EDB

Tints of Blue Violet #962EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 36.14%
G = 11.08%
B = 52.77%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#962EDB (or 0x962EDB) is known color: Blue Violet. HEX triplet: 96, 2E and DB. RGB value is (150,46,219). Sum of RGB (Red+Green+Blue) = 150+46+219=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #962EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EDB is #69D124. Grayscale: #606060. Windows color (decimal): -6934821 or 14364310. OLE color: 14364310.

HSL color Cylindrical-coordinate representation of color #962EDB: hue angle of 276.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962EDB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 46 219 -
CMYK 0.32 0.79 0 0.14
HSL 276.07º 0.71% 0.52% -
HSV(B) 276.07º 0.79% 0.86% -
XYZ 26.34 13.55 68.25 -
YUV 96.82 196.96 165.93 -
System Red Green Blue C M Y K H S L
Decimal 150 46 219 0.32 0.79 0 0.14 276.07 0.71 0.52
Hex 96 2E DB 20 4F 0 E 114 47 34
Octal 226 56 333 40 117 0 16 424 107 64
Binary 10010110 101110 11011011 100000 1001111 0 1110 100010100 1000111 110100

Color Harmonies of #962EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EDB

Black with #962EDB

Text Example


Text Example

White with #962EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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