Html Css Color HEX #965D92 Violet Blue

📋 copy color: '#965D92'

red 150 ◦ green 93 ◦ blue 146

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

Shades of Violet Blue #965D92

Tints of Violet Blue #965D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

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

R = 38.56%
G = 23.91%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#965D92 (or 0x965D92) is known color: Violet Blue. HEX triplet: 96, 5D and 92. RGB value is (150,93,146). Sum of RGB (Red+Green+Blue) = 150+93+146=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #965D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D92 is #69A26D. Grayscale: #737373. Windows color (decimal): -6922862 or 9592214. OLE color: 9592214.

HSL color Cylindrical-coordinate representation of color #965D92: hue angle of 304.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #965D92 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 146 -
CMYK 0 0.38 0.03 0.41
HSL 304.21º 0.23% 0.48% -
HSV(B) 304.21º 0.38% 0.59% -
XYZ 21.68 16.39 29.21 -
YUV 116.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 150 93 146 0 0.38 0.03 0.41 304.21 0.23 0.48
Hex 96 5D 92 0 26 3 29 130 17 30
Octal 226 135 222 0 46 3 51 460 27 60
Binary 10010110 1011101 10010010 0 100110 11 101001 100110000 10111 110000

Color Harmonies of #965D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D92

Black with #965D92

Text Example


Text Example

White with #965D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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