Html Css Color HEX #965291 Violet Blue

📋 copy color: '#965291'

red 150 ◦ green 82 ◦ blue 145

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

Shades of Violet Blue #965291

Tints of Violet Blue #965291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 39.79%
G = 21.75%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#965291 (or 0x965291) is known color: Violet Blue. HEX triplet: 96, 52 and 91. RGB value is (150,82,145). Sum of RGB (Red+Green+Blue) = 150+82+145=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #965291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965291 is #69AD6E. Grayscale: #6D6D6D. Windows color (decimal): -6925679 or 9523862. OLE color: 9523862.

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

Color convert

RGB 150 82 145 -
CMYK 0 0.45 0.03 0.41
HSL 304.41º 0.29% 0.45% -
HSV(B) 304.41º 0.45% 0.59% -
XYZ 20.71 14.56 28.51 -
YUV 109.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 150 82 145 0 0.45 0.03 0.41 304.41 0.29 0.45
Hex 96 52 91 0 2D 3 29 130 1D 2D
Octal 226 122 221 0 55 3 51 460 35 55
Binary 10010110 1010010 10010001 0 101101 11 101001 100110000 11101 101101

Color Harmonies of #965291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965291

Black with #965291

Text Example


Text Example

White with #965291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965291; }

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

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

background-color css

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

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

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

border-color css

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

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

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