Html Css Color HEX #9413BC Dark Violet

📋 copy color: '#9413BC'

red 148 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #9413BC

Tints of Dark Violet #9413BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 41.69%
G = 5.35%
B = 52.96%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9413BC (or 0x9413BC) is known color: Dark Violet. HEX triplet: 94, 13 and BC. RGB value is (148,19,188). Sum of RGB (Red+Green+Blue) = 148+19+188=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9413BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413BC is #6BEC43. Grayscale: #4C4C4C. Windows color (decimal): -7072836 or 12325780. OLE color: 12325780.

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

Color convert

RGB 148 19 188 -
CMYK 0.21 0.90 0 0.26
HSL 285.8º 0.82% 0.41% -
HSV(B) 285.8º 0.9% 0.74% -
XYZ 21.52 10.39 48.45 -
YUV 76.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 148 19 188 0.21 0.90 0 0.26 285.8 0.82 0.41
Hex 94 13 BC 15 5A 0 1A 11E 52 29
Octal 224 23 274 25 132 0 32 436 122 51
Binary 10010100 10011 10111100 10101 1011010 0 11010 100011110 1010010 101001

Color Harmonies of #9413BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413BC

Black with #9413BC

Text Example


Text Example

White with #9413BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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