Html Css Color HEX #962ADD Blue Violet

📋 copy color: '#962ADD'

red 150 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #962ADD

Tints of Blue Violet #962ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 36.32%
G = 10.17%
B = 53.51%

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

#962ADD (or 0x962ADD) is known color: Blue Violet. HEX triplet: 96, 2A and DD. RGB value is (150,42,221). Sum of RGB (Red+Green+Blue) = 150+42+221=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #962ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ADD is #69D522. Grayscale: #5E5E5E. Windows color (decimal): -6935843 or 14494358. OLE color: 14494358.

HSL color Cylindrical-coordinate representation of color #962ADD: hue angle of 276.2º degrees, saturation: 0.72, 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 #962ADD is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 42 221 -
CMYK 0.32 0.81 0 0.13
HSL 276.2º 0.72% 0.52% -
HSV(B) 276.2º 0.81% 0.87% -
XYZ 26.46 13.36 69.59 -
YUV 94.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 150 42 221 0.32 0.81 0 0.13 276.2 0.72 0.52
Hex 96 2A DD 20 51 0 D 114 48 34
Octal 226 52 335 40 121 0 15 424 110 64
Binary 10010110 101010 11011101 100000 1010001 0 1101 100010100 1001000 110100

Color Harmonies of #962ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ADD

Black with #962ADD

Text Example


Text Example

White with #962ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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