Html Css Color HEX #9714BC Dark Violet

📋 copy color: '#9714BC'

red 151 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9714BC

Tints of Dark Violet #9714BC

RGB

 RED value IS 151 (59.38% from 255) = 42.06%

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

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

R = 42.06%
G = 5.57%
B = 52.37%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9714BC (or 0x9714BC) is known color: Dark Violet. HEX triplet: 97, 14 and BC. RGB value is (151,20,188). Sum of RGB (Red+Green+Blue) = 151+20+188=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9714BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714BC is #68EB43. Grayscale: #4D4D4D. Windows color (decimal): -6875972 or 12326039. OLE color: 12326039.

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

Color convert

RGB 151 20 188 -
CMYK 0.20 0.89 0 0.26
HSL 286.79º 0.81% 0.41% -
HSV(B) 286.79º 0.89% 0.74% -
XYZ 22.09 10.71 48.48 -
YUV 78.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 151 20 188 0.20 0.89 0 0.26 286.79 0.81 0.41
Hex 97 14 BC 14 59 0 1A 11F 51 29
Octal 227 24 274 24 131 0 32 437 121 51
Binary 10010111 10100 10111100 10100 1011001 0 11010 100011111 1010001 101001

Color Harmonies of #9714BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9714BC

Black with #9714BC

Text Example


Text Example

White with #9714BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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