Html Css Color HEX #9813BC Dark Violet

📋 copy color: '#9813BC'

red 152 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #9813BC

Tints of Dark Violet #9813BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.29%

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 42.34%
G = 5.29%
B = 52.37%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9813BC (or 0x9813BC) is known color: Dark Violet. HEX triplet: 98, 13 and BC. RGB value is (152,19,188). Sum of RGB (Red+Green+Blue) = 152+19+188=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9813BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813BC is #67EC43. Grayscale: #4D4D4D. Windows color (decimal): -6810692 or 12325784. OLE color: 12325784.

HSL color Cylindrical-coordinate representation of color #9813BC: hue angle of 287.22º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813BC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 19 188 -
CMYK 0.19 0.90 0 0.26
HSL 287.22º 0.82% 0.41% -
HSV(B) 287.22º 0.9% 0.74% -
XYZ 22.26 10.77 48.48 -
YUV 78.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 152 19 188 0.19 0.90 0 0.26 287.22 0.82 0.41
Hex 98 13 BC 13 5A 0 1A 11F 52 29
Octal 230 23 274 23 132 0 32 437 122 51
Binary 10011000 10011 10111100 10011 1011010 0 11010 100011111 1010010 101001

Color Harmonies of #9813BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813BC

Black with #9813BC

Text Example


Text Example

White with #9813BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9813BC; }

 p { color: rgb(152,19,188); }

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

background-color css

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

 a { background-color: rgb(152,19,188); }

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

border-color css

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

 span { border-color: rgb(152,19,188); }

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