Html Css Color HEX #962EFF Blue Violet

📋 copy color: '#962EFF'

red 150 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #962EFF

Tints of Blue Violet #962EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 33.26%
G = 10.2%
B = 56.54%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#962EFF (or 0x962EFF) is known color: Blue Violet. HEX triplet: 96, 2E and FF. RGB value is (150,46,255). Sum of RGB (Red+Green+Blue) = 150+46+255=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #962EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962EFF is #69D100. Grayscale: #646464. Windows color (decimal): -6934785 or 16723606. OLE color: 16723606.

HSL color Cylindrical-coordinate representation of color #962EFF: hue angle of 269.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962EFF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 46 255 -
CMYK 0.41 0.82 0 0
HSL 269.86º 1% 0.59% -
HSV(B) 269.86º 0.82% 1% -
XYZ 31.6 15.66 95.96 -
YUV 100.92 214.96 163.01 -
System Red Green Blue C M Y K H S L
Decimal 150 46 255 0.41 0.82 0 0 269.86 1 0.59
Hex 96 2E FF 29 52 0 0 10E 64 3B
Octal 226 56 377 51 122 0 0 416 144 73
Binary 10010110 101110 11111111 101001 1010010 0 0 100001110 1100100 111011

Color Harmonies of #962EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EFF

Black with #962EFF

Text Example


Text Example

White with #962EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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