Html Css Color HEX #962FAB Vivid Violet

📋 copy color: '#962FAB'

red 150 ◦ green 47 ◦ blue 171

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

Shades of Vivid Violet #962FAB

Tints of Vivid Violet #962FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.77%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 40.76%
G = 12.77%
B = 46.47%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#962FAB (or 0x962FAB) is known color: Vivid Violet. HEX triplet: 96, 2F and AB. RGB value is (150,47,171). Sum of RGB (Red+Green+Blue) = 150+47+171=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #962FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962FAB is #69D054. Grayscale: #5B5B5B. Windows color (decimal): -6934613 or 11218838. OLE color: 11218838.

HSL color Cylindrical-coordinate representation of color #962FAB: hue angle of 289.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962FAB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 47 171 -
CMYK 0.12 0.73 0 0.33
HSL 289.84º 0.57% 0.43% -
HSV(B) 289.84º 0.73% 0.67% -
XYZ 20.94 11.46 39.64 -
YUV 91.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 150 47 171 0.12 0.73 0 0.33 289.84 0.57 0.43
Hex 96 2F AB C 49 0 21 122 39 2B
Octal 226 57 253 14 111 0 41 442 71 53
Binary 10010110 101111 10101011 1100 1001001 0 100001 100100010 111001 101011

Color Harmonies of #962FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962FAB

Black with #962FAB

Text Example


Text Example

White with #962FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,47,171); }

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

background-color css

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

 a { background-color: rgb(150,47,171); }

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

border-color css

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

 span { border-color: rgb(150,47,171); }

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