Html Css Color HEX #9915BC Dark Violet

📋 copy color: '#9915BC'

red 153 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9915BC

Tints of Dark Violet #9915BC

RGB

 RED value IS 153 (60.16% from 255) = 42.27%

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

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

R = 42.27%
G = 5.8%
B = 51.93%

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

#9915BC (or 0x9915BC) is known color: Dark Violet. HEX triplet: 99, 15 and BC. RGB value is (153,21,188). Sum of RGB (Red+Green+Blue) = 153+21+188=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #9915BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915BC is #66EA43. Grayscale: #4E4E4E. Windows color (decimal): -6744644 or 12326297. OLE color: 12326297.

HSL color Cylindrical-coordinate representation of color #9915BC: hue angle of 287.43º 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 #9915BC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 21 188 -
CMYK 0.19 0.89 0 0.26
HSL 287.43º 0.8% 0.41% -
HSV(B) 287.43º 0.89% 0.74% -
XYZ 22.48 10.94 48.5 -
YUV 79.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 153 21 188 0.19 0.89 0 0.26 287.43 0.8 0.41
Hex 99 15 BC 13 59 0 1A 11F 50 29
Octal 231 25 274 23 131 0 32 437 120 51
Binary 10011001 10101 10111100 10011 1011001 0 11010 100011111 1010000 101001

Color Harmonies of #9915BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9915BC

Black with #9915BC

Text Example


Text Example

White with #9915BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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