Html Css Color HEX #98669D Violet Blue

📋 copy color: '#98669D'

red 152 ◦ green 102 ◦ blue 157

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

Shades of Violet Blue #98669D

Tints of Violet Blue #98669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 36.98%
G = 24.82%
B = 38.2%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98669D (or 0x98669D) is known color: Violet Blue. HEX triplet: 98, 66 and 9D. RGB value is (152,102,157). Sum of RGB (Red+Green+Blue) = 152+102+157=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #98669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98669D is #679962. Grayscale: #7B7B7B. Windows color (decimal): -6789475 or 10315416. OLE color: 10315416.

HSL color Cylindrical-coordinate representation of color #98669D: hue angle of 294.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98669D is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 102 157 -
CMYK 0.03 0.35 0 0.38
HSL 294.55º 0.22% 0.51% -
HSV(B) 294.55º 0.35% 0.62% -
XYZ 23.79 18.61 34.24 -
YUV 123.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 152 102 157 0.03 0.35 0 0.38 294.55 0.22 0.51
Hex 98 66 9D 3 23 0 26 127 16 33
Octal 230 146 235 3 43 0 46 447 26 63
Binary 10011000 1100110 10011101 11 100011 0 100110 100100111 10110 110011

Color Harmonies of #98669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98669D

Black with #98669D

Text Example


Text Example

White with #98669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98669D; }

 p { color: rgb(152,102,157); }

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

background-color css

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

 a { background-color: rgb(152,102,157); }

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

border-color css

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

 span { border-color: rgb(152,102,157); }

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