Html Css Color HEX #965295 Violet Blue

📋 copy color: '#965295'

red 150 ◦ green 82 ◦ blue 149

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

Shades of Violet Blue #965295

Tints of Violet Blue #965295

RGB

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

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

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

R = 39.37%
G = 21.52%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965295 (or 0x965295) is known color: Violet Blue. HEX triplet: 96, 52 and 95. RGB value is (150,82,149). Sum of RGB (Red+Green+Blue) = 150+82+149=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #965295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965295 is #69AD6A. Grayscale: #6D6D6D. Windows color (decimal): -6925675 or 9786006. OLE color: 9786006.

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

Color convert

RGB 150 82 149 -
CMYK 0 0.45 0.01 0.41
HSL 300.88º 0.29% 0.45% -
HSV(B) 300.88º 0.45% 0.59% -
XYZ 21.02 14.69 30.16 -
YUV 109.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 150 82 149 0 0.45 0.01 0.41 300.88 0.29 0.45
Hex 96 52 95 0 2D 1 29 12D 1D 2D
Octal 226 122 225 0 55 1 51 455 35 55
Binary 10010110 1010010 10010101 0 101101 1 101001 100101101 11101 101101

Color Harmonies of #965295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965295

Black with #965295

Text Example


Text Example

White with #965295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965295; }

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

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

background-color css

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

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

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

border-color css

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

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

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