Html Css Color HEX #965099 Violet Blue

📋 copy color: '#965099'

red 150 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #965099

Tints of Violet Blue #965099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

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

R = 39.16%
G = 20.89%
B = 39.95%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#965099 (or 0x965099) is known color: Violet Blue. HEX triplet: 96, 50 and 99. RGB value is (150,80,153). Sum of RGB (Red+Green+Blue) = 150+80+153=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #965099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965099 is #69AF66. Grayscale: #6D6D6D. Windows color (decimal): -6926183 or 10047638. OLE color: 10047638.

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

Color convert

RGB 150 80 153 -
CMYK 0.02 0.48 0 0.4
HSL 297.53º 0.31% 0.46% -
HSV(B) 297.53º 0.48% 0.6% -
XYZ 21.2 14.52 31.82 -
YUV 109.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 150 80 153 0.02 0.48 0 0.4 297.53 0.31 0.46
Hex 96 50 99 2 30 0 28 12A 1F 2E
Octal 226 120 231 2 60 0 50 452 37 56
Binary 10010110 1010000 10011001 10 110000 0 101000 100101010 11111 101110

Color Harmonies of #965099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965099

Black with #965099

Text Example


Text Example

White with #965099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965099; }

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

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

background-color css

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

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

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

border-color css

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

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

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