Html Css Color HEX #962595 Vivid Violet

📋 copy color: '#962595'

red 150 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #962595

Tints of Vivid Violet #962595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 44.64%
G = 11.01%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#962595 (or 0x962595) is known color: Vivid Violet. HEX triplet: 96, 25 and 95. RGB value is (150,37,149). Sum of RGB (Red+Green+Blue) = 150+37+149=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962595 is #69DA6A. Grayscale: #535353. Windows color (decimal): -6937195 or 9774486. OLE color: 9774486.

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

Color convert

RGB 150 37 149 -
CMYK 0 0.75 0.01 0.41
HSL 300.53º 0.6% 0.37% -
HSV(B) 300.53º 0.75% 0.59% -
XYZ 18.66 9.98 29.38 -
YUV 83.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 150 37 149 0 0.75 0.01 0.41 300.53 0.6 0.37
Hex 96 25 95 0 4B 1 29 12D 3C 25
Octal 226 45 225 0 113 1 51 455 74 45
Binary 10010110 100101 10010101 0 1001011 1 101001 100101101 111100 100101

Color Harmonies of #962595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962595

Black with #962595

Text Example


Text Example

White with #962595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962595; }

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

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

background-color css

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

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

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

border-color css

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

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

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