Html Css Color HEX #983087 Dark Purple

📋 copy color: '#983087'

red 152 ◦ green 48 ◦ blue 135

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

Shades of Dark Purple #983087

Tints of Dark Purple #983087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 45.37%
G = 14.33%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#983087 (or 0x983087) is known color: Dark Purple. HEX triplet: 98, 30 and 87. RGB value is (152,48,135). Sum of RGB (Red+Green+Blue) = 152+48+135=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983087 is #67CF78. Grayscale: #585858. Windows color (decimal): -6803321 or 8859800. OLE color: 8859800.

HSL color Cylindrical-coordinate representation of color #983087: hue angle of 309.81º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983087 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 135 -
CMYK 0 0.68 0.11 0.40
HSL 309.81º 0.52% 0.39% -
HSV(B) 309.81º 0.68% 0.6% -
XYZ 18.38 10.54 23.99 -
YUV 89.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 152 48 135 0 0.68 0.11 0.40 309.81 0.52 0.39
Hex 98 30 87 0 44 B 28 136 34 27
Octal 230 60 207 0 104 13 50 466 64 47
Binary 10011000 110000 10000111 0 1000100 1011 101000 100110110 110100 100111

Color Harmonies of #983087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983087

Black with #983087

Text Example


Text Example

White with #983087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983087; }

 p { color: rgb(152,48,135); }

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

background-color css

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

 a { background-color: rgb(152,48,135); }

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

border-color css

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

 span { border-color: rgb(152,48,135); }

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