Html Css Color HEX #9514D0 Dark Violet

📋 copy color: '#9514D0'

red 149 ◦ green 20 ◦ blue 208

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

Shades of Dark Violet #9514D0

Tints of Dark Violet #9514D0

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

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

 BLUE value IS 208 (81.64% from 255) = 55.17%

R = 39.52%
G = 5.31%
B = 55.17%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9514D0 (or 0x9514D0) is known color: Dark Violet. HEX triplet: 95, 14 and D0. RGB value is (149,20,208). Sum of RGB (Red+Green+Blue) = 149+20+208=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #9514D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514D0 is #6AEB2F. Grayscale: #4F4F4F. Windows color (decimal): -7007024 or 13636757. OLE color: 13636757.

HSL color Cylindrical-coordinate representation of color #9514D0: hue angle of 281.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9514D0 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 20 208 -
CMYK 0.28 0.90 0 0.18
HSL 281.17º 0.82% 0.45% -
HSV(B) 281.17º 0.9% 0.82% -
XYZ 24.03 11.44 60.62 -
YUV 80 200.24 177.21 -
System Red Green Blue C M Y K H S L
Decimal 149 20 208 0.28 0.90 0 0.18 281.17 0.82 0.45
Hex 95 14 D0 1C 5A 0 12 119 52 2D
Octal 225 24 320 34 132 0 22 431 122 55
Binary 10010101 10100 11010000 11100 1011010 0 10010 100011001 1010010 101101

Color Harmonies of #9514D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9514D0

Black with #9514D0

Text Example


Text Example

White with #9514D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9514D0; }

 p { color: rgb(149,20,208); }

 H1.HeaderClassName
 {
   color: #9514D0;
 }
 .AnyTagClassName
 {
   color: #9514D0;
 }
</style>

background-color css

<style>
 a { background-color: #9514D0; }

 a { background-color: rgb(149,20,208); }

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

border-color css

<style>
 span { border-color: #9514D0; }

 span { border-color: rgb(149,20,208); }

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