Html Css Color HEX #983285 Dark Purple

📋 copy color: '#983285'

red 152 ◦ green 50 ◦ blue 133

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

Shades of Dark Purple #983285

Tints of Dark Purple #983285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 45.37%
G = 14.93%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#983285 (or 0x983285) is known color: Dark Purple. HEX triplet: 98, 32 and 85. RGB value is (152,50,133). Sum of RGB (Red+Green+Blue) = 152+50+133=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983285 is #67CD7A. Grayscale: #595959. Windows color (decimal): -6802811 or 8729240. OLE color: 8729240.

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

Color convert

RGB 152 50 133 -
CMYK 0 0.67 0.13 0.40
HSL 311.18º 0.5% 0.4% -
HSV(B) 311.18º 0.67% 0.6% -
XYZ 18.32 10.65 23.28 -
YUV 89.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 152 50 133 0 0.67 0.13 0.40 311.18 0.5 0.4
Hex 98 32 85 0 43 D 28 137 32 28
Octal 230 62 205 0 103 15 50 467 62 50
Binary 10011000 110010 10000101 0 1000011 1101 101000 100110111 110010 101000

Color Harmonies of #983285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983285

Black with #983285

Text Example


Text Example

White with #983285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983285; }

 p { color: rgb(152,50,133); }

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

background-color css

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

 a { background-color: rgb(152,50,133); }

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

border-color css

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

 span { border-color: rgb(152,50,133); }

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