Html Css Color HEX #9816E0 Dark Violet

📋 copy color: '#9816E0'

red 152 ◦ green 22 ◦ blue 224

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

Shades of Dark Violet #9816E0

Tints of Dark Violet #9816E0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.53%

 BLUE value IS 224 (87.89% from 255) = 56.28%

R = 38.19%
G = 5.53%
B = 56.28%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9816E0 (or 0x9816E0) is known color: Dark Violet. HEX triplet: 98, 16 and E0. RGB value is (152,22,224). Sum of RGB (Red+Green+Blue) = 152+22+224=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #9816E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816E0 is #67E91F. Grayscale: #535353. Windows color (decimal): -6809888 or 14685848. OLE color: 14685848.

HSL color Cylindrical-coordinate representation of color #9816E0: hue angle of 278.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9816E0 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 22 224 -
CMYK 0.32 0.90 0 0.12
HSL 278.61º 0.82% 0.48% -
HSV(B) 278.61º 0.9% 0.88% -
XYZ 26.69 12.63 71.55 -
YUV 83.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 152 22 224 0.32 0.90 0 0.12 278.61 0.82 0.48
Hex 98 16 E0 20 5A 0 C 117 52 30
Octal 230 26 340 40 132 0 14 427 122 60
Binary 10011000 10110 11100000 100000 1011010 0 1100 100010111 1010010 110000

Color Harmonies of #9816E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9816E0

Black with #9816E0

Text Example


Text Example

White with #9816E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9816E0; }

 p { color: rgb(152,22,224); }

 H1.HeaderClassName
 {
   color: #9816E0;
 }
 .AnyTagClassName
 {
   color: #9816E0;
 }
</style>

background-color css

<style>
 a { background-color: #9816E0; }

 a { background-color: rgb(152,22,224); }

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

border-color css

<style>
 span { border-color: #9816E0; }

 span { border-color: rgb(152,22,224); }

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