Html Css Color HEX #98207B Dark Purple

📋 copy color: '#98207B'

red 152 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #98207B

Tints of Dark Purple #98207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 49.51%
G = 10.42%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98207B (or 0x98207B) is known color: Dark Purple. HEX triplet: 98, 20 and 7B. RGB value is (152,32,123). Sum of RGB (Red+Green+Blue) = 152+32+123=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98207B is #67DF84. Grayscale: #4E4E4E. Windows color (decimal): -6807429 or 8069272. OLE color: 8069272.

HSL color Cylindrical-coordinate representation of color #98207B: hue angle of 314.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 #98207B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 123 -
CMYK 0 0.79 0.19 0.40
HSL 314.5º 0.65% 0.36% -
HSV(B) 314.5º 0.79% 0.6% -
XYZ 17.04 9.14 19.6 -
YUV 78.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 152 32 123 0 0.79 0.19 0.40 314.5 0.65 0.36
Hex 98 20 7B 0 4F 13 28 13A 41 24
Octal 230 40 173 0 117 23 50 472 101 44
Binary 10011000 100000 1111011 0 1001111 10011 101000 100111010 1000001 100100

Color Harmonies of #98207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98207B

Black with #98207B

Text Example


Text Example

White with #98207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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