Html Css Color HEX #98638F Violet Blue

📋 copy color: '#98638F'

red 152 ◦ green 99 ◦ blue 143

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

Shades of Violet Blue #98638F

Tints of Violet Blue #98638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 38.58%
G = 25.13%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98638F (or 0x98638F) is known color: Violet Blue. HEX triplet: 98, 63 and 8F. RGB value is (152,99,143). Sum of RGB (Red+Green+Blue) = 152+99+143=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98638F is #679C70. Grayscale: #777777. Windows color (decimal): -6790257 or 9397144. OLE color: 9397144.

HSL color Cylindrical-coordinate representation of color #98638F: hue angle of 310.19º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98638F is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 143 -
CMYK 0 0.35 0.06 0.40
HSL 310.19º 0.21% 0.49% -
HSV(B) 310.19º 0.35% 0.6% -
XYZ 22.37 17.58 28.2 -
YUV 119.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 152 99 143 0 0.35 0.06 0.40 310.19 0.21 0.49
Hex 98 63 8F 0 23 6 28 136 15 31
Octal 230 143 217 0 43 6 50 466 25 61
Binary 10011000 1100011 10001111 0 100011 110 101000 100110110 10101 110001

Color Harmonies of #98638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98638F

Black with #98638F

Text Example


Text Example

White with #98638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98638F; }

 p { color: rgb(152,99,143); }

 H1.HeaderClassName
 {
   color: #98638F;
 }
 .AnyTagClassName
 {
   color: #98638F;
 }
</style>

background-color css

<style>
 a { background-color: #98638F; }

 a { background-color: rgb(152,99,143); }

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

border-color css

<style>
 span { border-color: #98638F; }

 span { border-color: rgb(152,99,143); }

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