Html Css Color HEX #9F6BAA Violet Blue

📋 copy color: '#9F6BAA'

red 159 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #9F6BAA

Tints of Violet Blue #9F6BAA

RGB

 RED value IS 159 (62.5% from 255) = 36.47%

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 36.47%
G = 24.54%
B = 38.99%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F6BAA (or 0x9F6BAA) is known color: Violet Blue. HEX triplet: 9F, 6B and AA. RGB value is (159,107,170). Sum of RGB (Red+Green+Blue) = 159+107+170=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6BAA is #609455. Grayscale: #818181. Windows color (decimal): -6329430 or 11168671. OLE color: 11168671.

HSL color Cylindrical-coordinate representation of color #9F6BAA: hue angle of 289.52º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6BAA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 107 170 -
CMYK 0.06 0.37 0 0.33
HSL 289.52º 0.27% 0.54% -
HSV(B) 289.52º 0.37% 0.67% -
XYZ 26.81 20.79 40.63 -
YUV 129.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 159 107 170 0.06 0.37 0 0.33 289.52 0.27 0.54
Hex 9F 6B AA 6 25 0 21 122 1B 36
Octal 237 153 252 6 45 0 41 442 33 66
Binary 10011111 1101011 10101010 110 100101 0 100001 100100010 11011 110110

Color Harmonies of #9F6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BAA

Black with #9F6BAA

Text Example


Text Example

White with #9F6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6BAA; }

 p { color: rgb(159,107,170); }

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

background-color css

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

 a { background-color: rgb(159,107,170); }

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

border-color css

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

 span { border-color: rgb(159,107,170); }

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