Html Css Color HEX #9413CC Dark Violet

📋 copy color: '#9413CC'

red 148 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #9413CC

Tints of Dark Violet #9413CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 39.89%
G = 5.12%
B = 54.99%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9413CC (or 0x9413CC) is known color: Dark Violet. HEX triplet: 94, 13 and CC. RGB value is (148,19,204). Sum of RGB (Red+Green+Blue) = 148+19+204=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #9413CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413CC is #6BEC33. Grayscale: #4E4E4E. Windows color (decimal): -7072820 or 13374356. OLE color: 13374356.

HSL color Cylindrical-coordinate representation of color #9413CC: hue angle of 281.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413CC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 19 204 -
CMYK 0.27 0.91 0 0.2
HSL 281.84º 0.83% 0.44% -
HSV(B) 281.84º 0.91% 0.8% -
XYZ 23.34 11.12 58.04 -
YUV 78.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 148 19 204 0.27 0.91 0 0.2 281.84 0.83 0.44
Hex 94 13 CC 1B 5B 0 14 11A 53 2C
Octal 224 23 314 33 133 0 24 432 123 54
Binary 10010100 10011 11001100 11011 1011011 0 10100 100011010 1010011 101100

Color Harmonies of #9413CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413CC

Black with #9413CC

Text Example


Text Example

White with #9413CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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