Html Css Color HEX #962ADE Blue Violet

📋 copy color: '#962ADE'

red 150 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #962ADE

Tints of Blue Violet #962ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.14%

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 36.23%
G = 10.14%
B = 53.62%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#962ADE (or 0x962ADE) is known color: Blue Violet. HEX triplet: 96, 2A and DE. RGB value is (150,42,222). Sum of RGB (Red+Green+Blue) = 150+42+222=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #962ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ADE is #69D521. Grayscale: #5E5E5E. Windows color (decimal): -6935842 or 14559894. OLE color: 14559894.

HSL color Cylindrical-coordinate representation of color #962ADE: hue angle of 276º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962ADE is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 42 222 -
CMYK 0.32 0.81 0 0.13
HSL 276º 0.73% 0.52% -
HSV(B) 276º 0.81% 0.87% -
XYZ 26.59 13.41 70.29 -
YUV 94.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 150 42 222 0.32 0.81 0 0.13 276 0.73 0.52
Hex 96 2A DE 20 51 0 D 114 49 34
Octal 226 52 336 40 121 0 15 424 111 64
Binary 10010110 101010 11011110 100000 1010001 0 1101 100010100 1001001 110100

Color Harmonies of #962ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ADE

Black with #962ADE

Text Example


Text Example

White with #962ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,42,222); }

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

background-color css

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

 a { background-color: rgb(150,42,222); }

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

border-color css

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

 span { border-color: rgb(150,42,222); }

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