Html Css Color HEX #9800BA Dark Violet

📋 copy color: '#9800BA'

red 152 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #9800BA

Tints of Dark Violet #9800BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 44.97%
G = 0%
B = 55.03%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9800BA (or 0x9800BA) is known color: Dark Violet. HEX triplet: 98, 00 and BA. RGB value is (152,0,186). Sum of RGB (Red+Green+Blue) = 152+0+186=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9800BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800BA is #67FF45. Grayscale: #424242. Windows color (decimal): -6815558 or 12189848. OLE color: 12189848.

HSL color Cylindrical-coordinate representation of color #9800BA: hue angle of 289.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800BA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 0 186 -
CMYK 0.18 1 0 0.27
HSL 289.03º 1% 0.36% -
HSV(B) 289.03º 1% 0.73% -
XYZ 21.81 10.22 47.28 -
YUV 66.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 152 0 186 0.18 1 0 0.27 289.03 1 0.36
Hex 98 0 BA 12 64 0 1B 121 64 24
Octal 230 0 272 22 144 0 33 441 144 44
Binary 10011000 0 10111010 10010 1100100 0 11011 100100001 1100100 100100

Color Harmonies of #9800BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800BA

Black with #9800BA

Text Example


Text Example

White with #9800BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9800BA; }

 p { color: rgb(152,0,186); }

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

background-color css

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

 a { background-color: rgb(152,0,186); }

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

border-color css

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

 span { border-color: rgb(152,0,186); }

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