Html Css Color HEX #965199 Violet Blue

📋 copy color: '#965199'

red 150 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #965199

Tints of Violet Blue #965199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 39.06%
G = 21.09%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#965199 (or 0x965199) is known color: Violet Blue. HEX triplet: 96, 51 and 99. RGB value is (150,81,153). Sum of RGB (Red+Green+Blue) = 150+81+153=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #965199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965199 is #69AE66. Grayscale: #6D6D6D. Windows color (decimal): -6925927 or 10047894. OLE color: 10047894.

HSL color Cylindrical-coordinate representation of color #965199: hue angle of 297.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965199 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 81 153 -
CMYK 0.02 0.47 0 0.4
HSL 297.5º 0.31% 0.46% -
HSV(B) 297.5º 0.47% 0.6% -
XYZ 21.27 14.67 31.85 -
YUV 109.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 150 81 153 0.02 0.47 0 0.4 297.5 0.31 0.46
Hex 96 51 99 2 2F 0 28 12A 1F 2E
Octal 226 121 231 2 57 0 50 452 37 56
Binary 10010110 1010001 10011001 10 101111 0 101000 100101010 11111 101110

Color Harmonies of #965199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965199

Black with #965199

Text Example


Text Example

White with #965199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965199; }

 p { color: rgb(150,81,153); }

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

background-color css

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

 a { background-color: rgb(150,81,153); }

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

border-color css

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

 span { border-color: rgb(150,81,153); }

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