Html Css Color HEX #961EA7 Vivid Violet

📋 copy color: '#961EA7'

red 150 ◦ green 30 ◦ blue 167

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

Shades of Vivid Violet #961EA7

Tints of Vivid Violet #961EA7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

 BLUE value IS 167 (65.63% from 255) = 48.13%

R = 43.23%
G = 8.65%
B = 48.13%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#961EA7 (or 0x961EA7) is known color: Vivid Violet. HEX triplet: 96, 1E and A7. RGB value is (150,30,167). Sum of RGB (Red+Green+Blue) = 150+30+167=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #961EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961EA7 is #69E158. Grayscale: #515151. Windows color (decimal): -6938969 or 10952342. OLE color: 10952342.

HSL color Cylindrical-coordinate representation of color #961EA7: hue angle of 292.55º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961EA7 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 30 167 -
CMYK 0.10 0.82 0 0.35
HSL 292.55º 0.7% 0.39% -
HSV(B) 292.55º 0.82% 0.65% -
XYZ 20.02 10.2 37.47 -
YUV 81.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 150 30 167 0.10 0.82 0 0.35 292.55 0.7 0.39
Hex 96 1E A7 A 52 0 23 125 46 27
Octal 226 36 247 12 122 0 43 445 106 47
Binary 10010110 11110 10100111 1010 1010010 0 100011 100100101 1000110 100111

Color Harmonies of #961EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EA7

Black with #961EA7

Text Example


Text Example

White with #961EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961EA7; }

 p { color: rgb(150,30,167); }

 H1.HeaderClassName
 {
   color: #961EA7;
 }
 .AnyTagClassName
 {
   color: #961EA7;
 }
</style>

background-color css

<style>
 a { background-color: #961EA7; }

 a { background-color: rgb(150,30,167); }

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

border-color css

<style>
 span { border-color: #961EA7; }

 span { border-color: rgb(150,30,167); }

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