Html Css Color HEX #98769B Violet Blue

📋 copy color: '#98769B'

red 152 ◦ green 118 ◦ blue 155

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

Shades of Violet Blue #98769B

Tints of Violet Blue #98769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

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

R = 35.76%
G = 27.76%
B = 36.47%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98769B (or 0x98769B) is known color: Violet Blue. HEX triplet: 98, 76 and 9B. RGB value is (152,118,155). Sum of RGB (Red+Green+Blue) = 152+118+155=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #98769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769B is #678964. Grayscale: #848484. Windows color (decimal): -6785381 or 10188440. OLE color: 10188440.

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

Color convert

RGB 152 118 155 -
CMYK 0.02 0.24 0 0.39
HSL 295.14º 0.16% 0.54% -
HSV(B) 295.14º 0.24% 0.61% -
XYZ 25.34 22 33.92 -
YUV 132.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 152 118 155 0.02 0.24 0 0.39 295.14 0.16 0.54
Hex 98 76 9B 2 18 0 27 127 10 36
Octal 230 166 233 2 30 0 47 447 20 66
Binary 10011000 1110110 10011011 10 11000 0 100111 100100111 10000 110110

Color Harmonies of #98769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98769B

Black with #98769B

Text Example


Text Example

White with #98769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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