Html Css Color HEX #98779B Violet Blue

📋 copy color: '#98779B'

red 152 ◦ green 119 ◦ blue 155

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

Shades of Violet Blue #98779B

Tints of Violet Blue #98779B

RGB

 RED value IS 152 (59.77% from 255) = 35.68%

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 35.68%
G = 27.93%
B = 36.38%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98779B (or 0x98779B) is known color: Violet Blue. HEX triplet: 98, 77 and 9B. RGB value is (152,119,155). Sum of RGB (Red+Green+Blue) = 152+119+155=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #98779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98779B is #678864. Grayscale: #848484. Windows color (decimal): -6785125 or 10188696. OLE color: 10188696.

HSL color Cylindrical-coordinate representation of color #98779B: hue angle of 295º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98779B is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 119 155 -
CMYK 0.02 0.23 0 0.39
HSL 295º 0.15% 0.54% -
HSV(B) 295º 0.23% 0.61% -
XYZ 25.46 22.24 33.96 -
YUV 132.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 152 119 155 0.02 0.23 0 0.39 295 0.15 0.54
Hex 98 77 9B 2 17 0 27 127 F 36
Octal 230 167 233 2 27 0 47 447 17 66
Binary 10011000 1110111 10011011 10 10111 0 100111 100100111 1111 110110

Color Harmonies of #98779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98779B

Black with #98779B

Text Example


Text Example

White with #98779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98779B; }

 p { color: rgb(152,119,155); }

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

background-color css

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

 a { background-color: rgb(152,119,155); }

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

border-color css

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

 span { border-color: rgb(152,119,155); }

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