Html Css Color HEX #965292 Violet Blue

📋 copy color: '#965292'

red 150 ◦ green 82 ◦ blue 146

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

Shades of Violet Blue #965292

Tints of Violet Blue #965292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 39.68%
G = 21.69%
B = 38.62%

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

#965292 (or 0x965292) is known color: Violet Blue. HEX triplet: 96, 52 and 92. RGB value is (150,82,146). Sum of RGB (Red+Green+Blue) = 150+82+146=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965292 is #69AD6D. Grayscale: #6D6D6D. Windows color (decimal): -6925678 or 9589398. OLE color: 9589398.

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

Color convert

RGB 150 82 146 -
CMYK 0 0.45 0.03 0.41
HSL 303.53º 0.29% 0.45% -
HSV(B) 303.53º 0.45% 0.59% -
XYZ 20.78 14.59 28.92 -
YUV 109.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 150 82 146 0 0.45 0.03 0.41 303.53 0.29 0.45
Hex 96 52 92 0 2D 3 29 130 1D 2D
Octal 226 122 222 0 55 3 51 460 35 55
Binary 10010110 1010010 10010010 0 101101 11 101001 100110000 11101 101101

Color Harmonies of #965292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965292

Black with #965292

Text Example


Text Example

White with #965292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965292; }

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

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

background-color css

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

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

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

border-color css

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

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

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