Html Css Color HEX #982093 Dark Purple

📋 copy color: '#982093'

red 152 ◦ green 32 ◦ blue 147

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

Shades of Dark Purple #982093

Tints of Dark Purple #982093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 45.92%
G = 9.67%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#982093 (or 0x982093) is known color: Dark Purple. HEX triplet: 98, 20 and 93. RGB value is (152,32,147). Sum of RGB (Red+Green+Blue) = 152+32+147=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #982093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982093 is #67DF6C. Grayscale: #505050. Windows color (decimal): -6807405 or 9642136. OLE color: 9642136.

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

Color convert

RGB 152 32 147 -
CMYK 0 0.79 0.03 0.40
HSL 302.5º 0.65% 0.36% -
HSV(B) 302.5º 0.79% 0.6% -
XYZ 18.73 9.82 28.51 -
YUV 80.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 152 32 147 0 0.79 0.03 0.40 302.5 0.65 0.36
Hex 98 20 93 0 4F 3 28 12E 41 24
Octal 230 40 223 0 117 3 50 456 101 44
Binary 10011000 100000 10010011 0 1001111 11 101000 100101110 1000001 100100

Color Harmonies of #982093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982093

Black with #982093

Text Example


Text Example

White with #982093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982093; }

 p { color: rgb(152,32,147); }

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

background-color css

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

 a { background-color: rgb(152,32,147); }

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

border-color css

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

 span { border-color: rgb(152,32,147); }

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