Html Css Color HEX #962995 Vivid Violet

📋 copy color: '#962995'

red 150 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #962995

Tints of Vivid Violet #962995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

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

R = 44.12%
G = 12.06%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#962995 (or 0x962995) is known color: Vivid Violet. HEX triplet: 96, 29 and 95. RGB value is (150,41,149). Sum of RGB (Red+Green+Blue) = 150+41+149=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #962995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962995 is #69D66A. Grayscale: #555555. Windows color (decimal): -6936171 or 9775510. OLE color: 9775510.

HSL color Cylindrical-coordinate representation of color #962995: hue angle of 300.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962995 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 149 -
CMYK 0 0.73 0.01 0.41
HSL 300.55º 0.57% 0.37% -
HSV(B) 300.55º 0.73% 0.59% -
XYZ 18.8 10.24 29.42 -
YUV 85.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 150 41 149 0 0.73 0.01 0.41 300.55 0.57 0.37
Hex 96 29 95 0 49 1 29 12D 39 25
Octal 226 51 225 0 111 1 51 455 71 45
Binary 10010110 101001 10010101 0 1001001 1 101001 100101101 111001 100101

Color Harmonies of #962995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962995

Black with #962995

Text Example


Text Example

White with #962995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962995; }

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

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

background-color css

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

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

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

border-color css

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

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

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