Html Css Color HEX #9814B1 Dark Violet

📋 copy color: '#9814B1'

red 152 ◦ green 20 ◦ blue 177

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

Shades of Dark Violet #9814B1

Tints of Dark Violet #9814B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.72%

R = 43.55%
G = 5.73%
B = 50.72%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9814B1 (or 0x9814B1) is known color: Dark Violet. HEX triplet: 98, 14 and B1. RGB value is (152,20,177). Sum of RGB (Red+Green+Blue) = 152+20+177=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #9814B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9814B1 is #67EB4E. Grayscale: #4C4C4C. Windows color (decimal): -6810447 or 11605144. OLE color: 11605144.

HSL color Cylindrical-coordinate representation of color #9814B1: hue angle of 290.45º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9814B1 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 20 177 -
CMYK 0.14 0.89 0 0.31
HSL 290.45º 0.8% 0.39% -
HSV(B) 290.45º 0.89% 0.69% -
XYZ 21.13 10.35 42.48 -
YUV 77.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 152 20 177 0.14 0.89 0 0.31 290.45 0.8 0.39
Hex 98 14 B1 E 59 0 1F 122 50 27
Octal 230 24 261 16 131 0 37 442 120 47
Binary 10011000 10100 10110001 1110 1011001 0 11111 100100010 1010000 100111

Color Harmonies of #9814B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814B1

Black with #9814B1

Text Example


Text Example

White with #9814B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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