Html Css Color HEX #9514CD Dark Violet

📋 copy color: '#9514CD'

red 149 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #9514CD

Tints of Dark Violet #9514CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 39.84%
G = 5.35%
B = 54.81%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9514CD (or 0x9514CD) is known color: Dark Violet. HEX triplet: 95, 14 and CD. RGB value is (149,20,205). Sum of RGB (Red+Green+Blue) = 149+20+205=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #9514CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514CD is #6AEB32. Grayscale: #4F4F4F. Windows color (decimal): -7007027 or 13440149. OLE color: 13440149.

HSL color Cylindrical-coordinate representation of color #9514CD: hue angle of 281.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9514CD is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 20 205 -
CMYK 0.27 0.90 0 0.20
HSL 281.84º 0.82% 0.44% -
HSV(B) 281.84º 0.9% 0.8% -
XYZ 23.66 11.3 58.69 -
YUV 79.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 149 20 205 0.27 0.90 0 0.20 281.84 0.82 0.44
Hex 95 14 CD 1B 5A 0 14 11A 52 2C
Octal 225 24 315 33 132 0 24 432 122 54
Binary 10010101 10100 11001101 11011 1011010 0 10100 100011010 1010010 101100

Color Harmonies of #9514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9514CD

Black with #9514CD

Text Example


Text Example

White with #9514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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