Html Css Color HEX #98338C Dark Purple

📋 copy color: '#98338C'

red 152 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #98338C

Tints of Dark Purple #98338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

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

R = 44.31%
G = 14.87%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98338C (or 0x98338C) is known color: Dark Purple. HEX triplet: 98, 33 and 8C. RGB value is (152,51,140). Sum of RGB (Red+Green+Blue) = 152+51+140=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98338C is #67CC73. Grayscale: #5B5B5B. Windows color (decimal): -6802548 or 9188248. OLE color: 9188248.

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

Color convert

RGB 152 51 140 -
CMYK 0 0.66 0.08 0.40
HSL 307.13º 0.5% 0.4% -
HSV(B) 307.13º 0.66% 0.6% -
XYZ 18.87 10.94 25.93 -
YUV 91.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 152 51 140 0 0.66 0.08 0.40 307.13 0.5 0.4
Hex 98 33 8C 0 42 8 28 133 32 28
Octal 230 63 214 0 102 10 50 463 62 50
Binary 10011000 110011 10001100 0 1000010 1000 101000 100110011 110010 101000

Color Harmonies of #98338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98338C

Black with #98338C

Text Example


Text Example

White with #98338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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