Html Css Color HEX #98378C Vivid Violet

📋 copy color: '#98378C'

red 152 ◦ green 55 ◦ blue 140

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

Shades of Vivid Violet #98378C

Tints of Vivid Violet #98378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 43.8%
G = 15.85%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98378C (or 0x98378C) is known color: Vivid Violet. HEX triplet: 98, 37 and 8C. RGB value is (152,55,140). Sum of RGB (Red+Green+Blue) = 152+55+140=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98378C is #67C873. Grayscale: #5D5D5D. Windows color (decimal): -6801524 or 9189272. OLE color: 9189272.

HSL color Cylindrical-coordinate representation of color #98378C: hue angle of 307.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98378C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 140 -
CMYK 0 0.64 0.08 0.40
HSL 307.42º 0.47% 0.41% -
HSV(B) 307.42º 0.64% 0.6% -
XYZ 19.05 11.3 25.99 -
YUV 93.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 152 55 140 0 0.64 0.08 0.40 307.42 0.47 0.41
Hex 98 37 8C 0 40 8 28 133 2F 29
Octal 230 67 214 0 100 10 50 463 57 51
Binary 10011000 110111 10001100 0 1000000 1000 101000 100110011 101111 101001

Color Harmonies of #98378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98378C

Black with #98378C

Text Example


Text Example

White with #98378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98378C; }

 p { color: rgb(152,55,140); }

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

background-color css

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

 a { background-color: rgb(152,55,140); }

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

border-color css

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

 span { border-color: rgb(152,55,140); }

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