Html Css Color HEX #9814DC Dark Violet

📋 copy color: '#9814DC'

red 152 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #9814DC

Tints of Dark Violet #9814DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.1%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 38.78%
G = 5.1%
B = 56.12%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9814DC (or 0x9814DC) is known color: Dark Violet. HEX triplet: 98, 14 and DC. RGB value is (152,20,220). Sum of RGB (Red+Green+Blue) = 152+20+220=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #9814DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814DC is #67EB23. Grayscale: #515151. Windows color (decimal): -6810404 or 14423192. OLE color: 14423192.

HSL color Cylindrical-coordinate representation of color #9814DC: hue angle of 279.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9814DC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 20 220 -
CMYK 0.31 0.91 0 0.14
HSL 279.6º 0.83% 0.47% -
HSV(B) 279.6º 0.91% 0.86% -
XYZ 26.12 12.34 68.72 -
YUV 82.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 152 20 220 0.31 0.91 0 0.14 279.6 0.83 0.47
Hex 98 14 DC 1F 5B 0 E 118 53 2F
Octal 230 24 334 37 133 0 16 430 123 57
Binary 10011000 10100 11011100 11111 1011011 0 1110 100011000 1010011 101111

Color Harmonies of #9814DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814DC

Black with #9814DC

Text Example


Text Example

White with #9814DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9814DC; }

 p { color: rgb(152,20,220); }

 H1.HeaderClassName
 {
   color: #9814DC;
 }
 .AnyTagClassName
 {
   color: #9814DC;
 }
</style>

background-color css

<style>
 a { background-color: #9814DC; }

 a { background-color: rgb(152,20,220); }

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

border-color css

<style>
 span { border-color: #9814DC; }

 span { border-color: rgb(152,20,220); }

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