Html Css Color HEX #98378D Vivid Violet

📋 copy color: '#98378D'

red 152 ◦ green 55 ◦ blue 141

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

Shades of Vivid Violet #98378D

Tints of Vivid Violet #98378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 43.68%
G = 15.8%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98378D (or 0x98378D) is known color: Vivid Violet. HEX triplet: 98, 37 and 8D. RGB value is (152,55,141). Sum of RGB (Red+Green+Blue) = 152+55+141=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98378D is #67C872. Grayscale: #5D5D5D. Windows color (decimal): -6801523 or 9254808. OLE color: 9254808.

HSL color Cylindrical-coordinate representation of color #98378D: hue angle of 306.8º 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 #98378D is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 141 -
CMYK 0 0.64 0.07 0.40
HSL 306.8º 0.47% 0.41% -
HSV(B) 306.8º 0.64% 0.6% -
XYZ 19.12 11.33 26.38 -
YUV 93.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 152 55 141 0 0.64 0.07 0.40 306.8 0.47 0.41
Hex 98 37 8D 0 40 7 28 133 2F 29
Octal 230 67 215 0 100 7 50 463 57 51
Binary 10011000 110111 10001101 0 1000000 111 101000 100110011 101111 101001

Color Harmonies of #98378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98378D

Black with #98378D

Text Example


Text Example

White with #98378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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