Html Css Color HEX #9B14BC Dark Violet

📋 copy color: '#9B14BC'

red 155 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9B14BC

Tints of Dark Violet #9B14BC

RGB

 RED value IS 155 (60.94% from 255) = 42.7%

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

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

R = 42.7%
G = 5.51%
B = 51.79%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B14BC (or 0x9B14BC) is known color: Dark Violet. HEX triplet: 9B, 14 and BC. RGB value is (155,20,188). Sum of RGB (Red+Green+Blue) = 155+20+188=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B14BC is #64EB43. Grayscale: #4E4E4E. Windows color (decimal): -6613828 or 12326043. OLE color: 12326043.

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

Color convert

RGB 155 20 188 -
CMYK 0.18 0.89 0 0.26
HSL 288.21º 0.81% 0.41% -
HSV(B) 288.21º 0.89% 0.74% -
XYZ 22.84 11.1 48.52 -
YUV 79.52 189.23 181.84 -
System Red Green Blue C M Y K H S L
Decimal 155 20 188 0.18 0.89 0 0.26 288.21 0.81 0.41
Hex 9B 14 BC 12 59 0 1A 120 51 29
Octal 233 24 274 22 131 0 32 440 121 51
Binary 10011011 10100 10111100 10010 1011001 0 11010 100100000 1010001 101001

Color Harmonies of #9B14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B14BC

Black with #9B14BC

Text Example


Text Example

White with #9B14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B14BC; }

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

 H1.HeaderClassName
 {
   color: #9B14BC;
 }
 .AnyTagClassName
 {
   color: #9B14BC;
 }
</style>

background-color css

<style>
 a { background-color: #9B14BC; }

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

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

border-color css

<style>
 span { border-color: #9B14BC; }

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

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