Html Css Color HEX #9914BC Dark Violet

📋 copy color: '#9914BC'

red 153 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9914BC

Tints of Dark Violet #9914BC

RGB

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

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

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

R = 42.38%
G = 5.54%
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

#9914BC (or 0x9914BC) is known color: Dark Violet. HEX triplet: 99, 14 and BC. RGB value is (153,20,188). Sum of RGB (Red+Green+Blue) = 153+20+188=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 20 (8.20% from 255 or 5.54% 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 #9914BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914BC is #66EB43. Grayscale: #4E4E4E. Windows color (decimal): -6744900 or 12326041. OLE color: 12326041.

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

Color convert

RGB 153 20 188 -
CMYK 0.19 0.89 0 0.26
HSL 287.5º 0.81% 0.41% -
HSV(B) 287.5º 0.89% 0.74% -
XYZ 22.46 10.9 48.5 -
YUV 78.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 153 20 188 0.19 0.89 0 0.26 287.5 0.81 0.41
Hex 99 14 BC 13 59 0 1A 120 51 29
Octal 231 24 274 23 131 0 32 440 121 51
Binary 10011001 10100 10111100 10011 1011001 0 11010 100100000 1010001 101001

Color Harmonies of #9914BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914BC

Black with #9914BC

Text Example


Text Example

White with #9914BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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