Html Css Color HEX #986295 Violet Blue

📋 copy color: '#986295'

red 152 ◦ green 98 ◦ blue 149

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

Shades of Violet Blue #986295

Tints of Violet Blue #986295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 38.1%
G = 24.56%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#986295 (or 0x986295) is known color: Violet Blue. HEX triplet: 98, 62 and 95. RGB value is (152,98,149). Sum of RGB (Red+Green+Blue) = 152+98+149=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #986295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986295 is #679D6A. Grayscale: #777777. Windows color (decimal): -6790507 or 9790104. OLE color: 9790104.

HSL color Cylindrical-coordinate representation of color #986295: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986295 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 149 -
CMYK 0 0.36 0.02 0.40
HSL 303.33º 0.22% 0.49% -
HSV(B) 303.33º 0.36% 0.6% -
XYZ 22.74 17.58 30.63 -
YUV 119.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 152 98 149 0 0.36 0.02 0.40 303.33 0.22 0.49
Hex 98 62 95 0 24 2 28 12F 16 31
Octal 230 142 225 0 44 2 50 457 26 61
Binary 10011000 1100010 10010101 0 100100 10 101000 100101111 10110 110001

Color Harmonies of #986295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986295

Black with #986295

Text Example


Text Example

White with #986295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986295; }

 p { color: rgb(152,98,149); }

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

background-color css

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

 a { background-color: rgb(152,98,149); }

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

border-color css

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

 span { border-color: rgb(152,98,149); }

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