Html Css Color HEX #983277 Dark Purple

📋 copy color: '#983277'

red 152 ◦ green 50 ◦ blue 119

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

Shades of Dark Purple #983277

Tints of Dark Purple #983277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 47.35%
G = 15.58%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983277 (or 0x983277) is known color: Dark Purple. HEX triplet: 98, 32 and 77. RGB value is (152,50,119). Sum of RGB (Red+Green+Blue) = 152+50+119=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983277 is #67CD88. Grayscale: #585858. Windows color (decimal): -6802825 or 7811736. OLE color: 7811736.

HSL color Cylindrical-coordinate representation of color #983277: hue angle of 319.41º 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 #983277 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 119 -
CMYK 0 0.67 0.22 0.40
HSL 319.41º 0.5% 0.4% -
HSV(B) 319.41º 0.67% 0.6% -
XYZ 17.42 10.29 18.52 -
YUV 88.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 152 50 119 0 0.67 0.22 0.40 319.41 0.5 0.4
Hex 98 32 77 0 43 16 28 13F 32 28
Octal 230 62 167 0 103 26 50 477 62 50
Binary 10011000 110010 1110111 0 1000011 10110 101000 100111111 110010 101000

Color Harmonies of #983277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983277

Black with #983277

Text Example


Text Example

White with #983277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983277; }

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

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

background-color css

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

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

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

border-color css

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

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

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