Html Css Color HEX #965397 Violet Blue

📋 copy color: '#965397'

red 150 ◦ green 83 ◦ blue 151

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

Shades of Violet Blue #965397

Tints of Violet Blue #965397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 39.06%
G = 21.61%
B = 39.32%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#965397 (or 0x965397) is known color: Violet Blue. HEX triplet: 96, 53 and 97. RGB value is (150,83,151). Sum of RGB (Red+Green+Blue) = 150+83+151=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #965397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965397 is #69AC68. Grayscale: #6E6E6E. Windows color (decimal): -6925417 or 9917334. OLE color: 9917334.

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

Color convert

RGB 150 83 151 -
CMYK 0.01 0.45 0 0.41
HSL 299.12º 0.29% 0.46% -
HSV(B) 299.12º 0.45% 0.59% -
XYZ 21.26 14.9 31.03 -
YUV 110.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 150 83 151 0.01 0.45 0 0.41 299.12 0.29 0.46
Hex 96 53 97 1 2D 0 29 12B 1D 2E
Octal 226 123 227 1 55 0 51 453 35 56
Binary 10010110 1010011 10010111 1 101101 0 101001 100101011 11101 101110

Color Harmonies of #965397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965397

Black with #965397

Text Example


Text Example

White with #965397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965397; }

 p { color: rgb(150,83,151); }

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

background-color css

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

 a { background-color: rgb(150,83,151); }

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

border-color css

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

 span { border-color: rgb(150,83,151); }

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