Html Css Color HEX #9413C0 Dark Violet

📋 copy color: '#9413C0'

red 148 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #9413C0

Tints of Dark Violet #9413C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.29%

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

R = 41.23%
G = 5.29%
B = 53.48%

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

#9413C0 (or 0x9413C0) is known color: Dark Violet. HEX triplet: 94, 13 and C0. RGB value is (148,19,192). Sum of RGB (Red+Green+Blue) = 148+19+192=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #9413C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413C0 is #6BEC3F. Grayscale: #4C4C4C. Windows color (decimal): -7072832 or 12587924. OLE color: 12587924.

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

Color convert

RGB 148 19 192 -
CMYK 0.23 0.90 0 0.25
HSL 284.74º 0.82% 0.41% -
HSV(B) 284.74º 0.9% 0.75% -
XYZ 21.96 10.57 50.75 -
YUV 77.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 148 19 192 0.23 0.90 0 0.25 284.74 0.82 0.41
Hex 94 13 C0 17 5A 0 19 11D 52 29
Octal 224 23 300 27 132 0 31 435 122 51
Binary 10010100 10011 11000000 10111 1011010 0 11001 100011101 1010010 101001

Color Harmonies of #9413C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413C0

Black with #9413C0

Text Example


Text Example

White with #9413C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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