Html Css Color HEX #965299 Violet Blue

📋 copy color: '#965299'

red 150 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #965299

Tints of Violet Blue #965299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 38.96%
G = 21.3%
B = 39.74%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#965299 (or 0x965299) is known color: Violet Blue. HEX triplet: 96, 52 and 99. RGB value is (150,82,153). Sum of RGB (Red+Green+Blue) = 150+82+153=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #965299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965299 is #69AD66. Grayscale: #6E6E6E. Windows color (decimal): -6925671 or 10048150. OLE color: 10048150.

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

Color convert

RGB 150 82 153 -
CMYK 0.02 0.46 0 0.4
HSL 297.46º 0.3% 0.46% -
HSV(B) 297.46º 0.46% 0.6% -
XYZ 21.34 14.82 31.87 -
YUV 110.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 150 82 153 0.02 0.46 0 0.4 297.46 0.3 0.46
Hex 96 52 99 2 2E 0 28 129 1E 2E
Octal 226 122 231 2 56 0 50 451 36 56
Binary 10010110 1010010 10011001 10 101110 0 101000 100101001 11110 101110

Color Harmonies of #965299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965299

Black with #965299

Text Example


Text Example

White with #965299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965299; }

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

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

background-color css

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

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

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

border-color css

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

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

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