Html Css Color HEX #9815E0 Dark Violet

📋 copy color: '#9815E0'

red 152 ◦ green 21 ◦ blue 224

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

Shades of Dark Violet #9815E0

Tints of Dark Violet #9815E0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

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

R = 38.29%
G = 5.29%
B = 56.42%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9815E0 (or 0x9815E0) is known color: Dark Violet. HEX triplet: 98, 15 and E0. RGB value is (152,21,224). Sum of RGB (Red+Green+Blue) = 152+21+224=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #9815E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815E0 is #67EA1F. Grayscale: #525252. Windows color (decimal): -6810144 or 14685592. OLE color: 14685592.

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

Color convert

RGB 152 21 224 -
CMYK 0.32 0.91 0 0.12
HSL 278.72º 0.83% 0.48% -
HSV(B) 278.72º 0.91% 0.88% -
XYZ 26.67 12.59 71.55 -
YUV 83.31 207.4 176.99 -
System Red Green Blue C M Y K H S L
Decimal 152 21 224 0.32 0.91 0 0.12 278.72 0.83 0.48
Hex 98 15 E0 20 5B 0 C 117 53 30
Octal 230 25 340 40 133 0 14 427 123 60
Binary 10011000 10101 11100000 100000 1011011 0 1100 100010111 1010011 110000

Color Harmonies of #9815E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9815E0

Black with #9815E0

Text Example


Text Example

White with #9815E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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