Html Css Color HEX #9810BB Dark Violet

📋 copy color: '#9810BB'

red 152 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #9810BB

Tints of Dark Violet #9810BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 42.82%
G = 4.51%
B = 52.68%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9810BB (or 0x9810BB) is known color: Dark Violet. HEX triplet: 98, 10 and BB. RGB value is (152,16,187). Sum of RGB (Red+Green+Blue) = 152+16+187=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #9810BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9810BB is #67EF44. Grayscale: #4B4B4B. Windows color (decimal): -6811461 or 12259480. OLE color: 12259480.

HSL color Cylindrical-coordinate representation of color #9810BB: hue angle of 287.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9810BB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 16 187 -
CMYK 0.19 0.91 0 0.27
HSL 287.72º 0.84% 0.4% -
HSV(B) 287.72º 0.91% 0.73% -
XYZ 22.1 10.63 47.9 -
YUV 76.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 152 16 187 0.19 0.91 0 0.27 287.72 0.84 0.4
Hex 98 10 BB 13 5B 0 1B 120 54 28
Octal 230 20 273 23 133 0 33 440 124 50
Binary 10011000 10000 10111011 10011 1011011 0 11011 100100000 1010100 101000

Color Harmonies of #9810BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9810BB

Black with #9810BB

Text Example


Text Example

White with #9810BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9810BB; }

 p { color: rgb(152,16,187); }

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

background-color css

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

 a { background-color: rgb(152,16,187); }

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

border-color css

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

 span { border-color: rgb(152,16,187); }

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