Html Css Color HEX #962C95 Vivid Violet

📋 copy color: '#962C95'

red 150 ◦ green 44 ◦ blue 149

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

Shades of Vivid Violet #962C95

Tints of Vivid Violet #962C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.83%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 43.73%
G = 12.83%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#962C95 (or 0x962C95) is known color: Vivid Violet. HEX triplet: 96, 2C and 95. RGB value is (150,44,149). Sum of RGB (Red+Green+Blue) = 150+44+149=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #962C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C95 is #69D36A. Grayscale: #575757. Windows color (decimal): -6935403 or 9776278. OLE color: 9776278.

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

Color convert

RGB 150 44 149 -
CMYK 0 0.71 0.01 0.41
HSL 300.57º 0.55% 0.38% -
HSV(B) 300.57º 0.71% 0.59% -
XYZ 18.9 10.46 29.46 -
YUV 87.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 150 44 149 0 0.71 0.01 0.41 300.57 0.55 0.38
Hex 96 2C 95 0 47 1 29 12D 37 26
Octal 226 54 225 0 107 1 51 455 67 46
Binary 10010110 101100 10010101 0 1000111 1 101001 100101101 110111 100110

Color Harmonies of #962C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C95

Black with #962C95

Text Example


Text Example

White with #962C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,44,149); }

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

background-color css

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

 a { background-color: rgb(150,44,149); }

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

border-color css

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

 span { border-color: rgb(150,44,149); }

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