Html Css Color HEX #9813DF Dark Violet

📋 copy color: '#9813DF'

red 152 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9813DF

Tints of Dark Violet #9813DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 38.58%
G = 4.82%
B = 56.6%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9813DF (or 0x9813DF) is known color: Dark Violet. HEX triplet: 98, 13 and DF. RGB value is (152,19,223). Sum of RGB (Red+Green+Blue) = 152+19+223=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #9813DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813DF is #67EC20. Grayscale: #515151. Windows color (decimal): -6810657 or 14619544. OLE color: 14619544.

HSL color Cylindrical-coordinate representation of color #9813DF: hue angle of 279.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9813DF is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 19 223 -
CMYK 0.32 0.91 0 0.13
HSL 279.12º 0.84% 0.47% -
HSV(B) 279.12º 0.91% 0.87% -
XYZ 26.5 12.47 70.82 -
YUV 82.02 207.56 177.91 -
System Red Green Blue C M Y K H S L
Decimal 152 19 223 0.32 0.91 0 0.13 279.12 0.84 0.47
Hex 98 13 DF 20 5B 0 D 117 54 2F
Octal 230 23 337 40 133 0 15 427 124 57
Binary 10011000 10011 11011111 100000 1011011 0 1101 100010111 1010100 101111

Color Harmonies of #9813DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813DF

Black with #9813DF

Text Example


Text Example

White with #9813DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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