Html Css Color HEX #9414C0 Dark Violet

📋 copy color: '#9414C0'

red 148 ◦ green 20 ◦ blue 192

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

Shades of Dark Violet #9414C0

Tints of Dark Violet #9414C0

RGB

 RED value IS 148 (58.2% from 255) = 41.11%

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

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 41.11%
G = 5.56%
B = 53.33%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9414C0 (or 0x9414C0) is known color: Dark Violet. HEX triplet: 94, 14 and C0. RGB value is (148,20,192). Sum of RGB (Red+Green+Blue) = 148+20+192=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #9414C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9414C0 is #6BEB3F. Grayscale: #4D4D4D. Windows color (decimal): -7072576 or 12588180. OLE color: 12588180.

HSL color Cylindrical-coordinate representation of color #9414C0: hue angle of 284.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9414C0 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 20 192 -
CMYK 0.23 0.90 0 0.25
HSL 284.65º 0.81% 0.42% -
HSV(B) 284.65º 0.9% 0.75% -
XYZ 21.98 10.6 50.76 -
YUV 77.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 148 20 192 0.23 0.90 0 0.25 284.65 0.81 0.42
Hex 94 14 C0 17 5A 0 19 11D 51 2A
Octal 224 24 300 27 132 0 31 435 121 52
Binary 10010100 10100 11000000 10111 1011010 0 11001 100011101 1010001 101010

Color Harmonies of #9414C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9414C0

Black with #9414C0

Text Example


Text Example

White with #9414C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9414C0; }

 p { color: rgb(148,20,192); }

 H1.HeaderClassName
 {
   color: #9414C0;
 }
 .AnyTagClassName
 {
   color: #9414C0;
 }
</style>

background-color css

<style>
 a { background-color: #9414C0; }

 a { background-color: rgb(148,20,192); }

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

border-color css

<style>
 span { border-color: #9414C0; }

 span { border-color: rgb(148,20,192); }

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