Html Css Color HEX #9769A0 Violet Blue

📋 copy color: '#9769A0'

red 151 ◦ green 105 ◦ blue 160

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

Shades of Violet Blue #9769A0

Tints of Violet Blue #9769A0

RGB

 RED value IS 151 (59.38% from 255) = 36.3%

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 36.3%
G = 25.24%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9769A0 (or 0x9769A0) is known color: Violet Blue. HEX triplet: 97, 69 and A0. RGB value is (151,105,160). Sum of RGB (Red+Green+Blue) = 151+105+160=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #9769A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9769A0 is #68965F. Grayscale: #7C7C7C. Windows color (decimal): -6854240 or 10512791. OLE color: 10512791.

HSL color Cylindrical-coordinate representation of color #9769A0: hue angle of 290.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9769A0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 105 160 -
CMYK 0.06 0.34 0 0.37
HSL 290.18º 0.22% 0.52% -
HSV(B) 290.18º 0.34% 0.63% -
XYZ 24.16 19.22 35.69 -
YUV 125.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 151 105 160 0.06 0.34 0 0.37 290.18 0.22 0.52
Hex 97 69 A0 6 22 0 25 122 16 34
Octal 227 151 240 6 42 0 45 442 26 64
Binary 10010111 1101001 10100000 110 100010 0 100101 100100010 10110 110100

Color Harmonies of #9769A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9769A0

Black with #9769A0

Text Example


Text Example

White with #9769A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9769A0; }

 p { color: rgb(151,105,160); }

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

background-color css

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

 a { background-color: rgb(151,105,160); }

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

border-color css

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

 span { border-color: rgb(151,105,160); }

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