Html Css Color HEX #962695 Vivid Violet

📋 copy color: '#962695'

red 150 ◦ green 38 ◦ blue 149

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

Shades of Vivid Violet #962695

Tints of Vivid Violet #962695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

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

R = 44.51%
G = 11.28%
B = 44.21%

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

#962695 (or 0x962695) is known color: Vivid Violet. HEX triplet: 96, 26 and 95. RGB value is (150,38,149). Sum of RGB (Red+Green+Blue) = 150+38+149=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #962695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962695 is #69D96A. Grayscale: #535353. Windows color (decimal): -6936939 or 9774742. OLE color: 9774742.

HSL color Cylindrical-coordinate representation of color #962695: hue angle of 300.54º 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 #962695 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 149 -
CMYK 0 0.75 0.01 0.41
HSL 300.54º 0.6% 0.37% -
HSV(B) 300.54º 0.75% 0.59% -
XYZ 18.7 10.04 29.39 -
YUV 84.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 150 38 149 0 0.75 0.01 0.41 300.54 0.6 0.37
Hex 96 26 95 0 4B 1 29 12D 3C 25
Octal 226 46 225 0 113 1 51 455 74 45
Binary 10010110 100110 10010101 0 1001011 1 101001 100101101 111100 100101

Color Harmonies of #962695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962695

Black with #962695

Text Example


Text Example

White with #962695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962695; }

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

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

background-color css

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

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

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

border-color css

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

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

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