Html Css Color HEX #9815BC Dark Violet

📋 copy color: '#9815BC'

red 152 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9815BC

Tints of Dark Violet #9815BC

RGB

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

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

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

R = 42.11%
G = 5.82%
B = 52.08%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9815BC (or 0x9815BC) is known color: Dark Violet. HEX triplet: 98, 15 and BC. RGB value is (152,21,188). Sum of RGB (Red+Green+Blue) = 152+21+188=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #9815BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815BC is #67EA43. Grayscale: #4E4E4E. Windows color (decimal): -6810180 or 12326296. OLE color: 12326296.

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

Color convert

RGB 152 21 188 -
CMYK 0.19 0.89 0 0.26
HSL 287.07º 0.8% 0.41% -
HSV(B) 287.07º 0.89% 0.74% -
XYZ 22.29 10.84 48.49 -
YUV 79.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 152 21 188 0.19 0.89 0 0.26 287.07 0.8 0.41
Hex 98 15 BC 13 59 0 1A 11F 50 29
Octal 230 25 274 23 131 0 32 437 120 51
Binary 10011000 10101 10111100 10011 1011001 0 11010 100011111 1010000 101001

Color Harmonies of #9815BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9815BC

Black with #9815BC

Text Example


Text Example

White with #9815BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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