Html Css Color HEX #9814BC Dark Violet

📋 copy color: '#9814BC'

red 152 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9814BC

Tints of Dark Violet #9814BC

RGB

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

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

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

R = 42.22%
G = 5.56%
B = 52.22%

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

#9814BC (or 0x9814BC) is known color: Dark Violet. HEX triplet: 98, 14 and BC. RGB value is (152,20,188). Sum of RGB (Red+Green+Blue) = 152+20+188=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9814BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814BC is #67EB43. Grayscale: #4E4E4E. Windows color (decimal): -6810436 or 12326040. OLE color: 12326040.

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

Color convert

RGB 152 20 188 -
CMYK 0.19 0.89 0 0.26
HSL 287.14º 0.81% 0.41% -
HSV(B) 287.14º 0.89% 0.74% -
XYZ 22.28 10.81 48.49 -
YUV 78.62 189.73 180.34 -
System Red Green Blue C M Y K H S L
Decimal 152 20 188 0.19 0.89 0 0.26 287.14 0.81 0.41
Hex 98 14 BC 13 59 0 1A 11F 51 29
Octal 230 24 274 23 131 0 32 437 121 51
Binary 10011000 10100 10111100 10011 1011001 0 11010 100011111 1010001 101001

Color Harmonies of #9814BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814BC

Black with #9814BC

Text Example


Text Example

White with #9814BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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