Html Css Color HEX #9413BE Dark Violet

📋 copy color: '#9413BE'

red 148 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #9413BE

Tints of Dark Violet #9413BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 41.46%
G = 5.32%
B = 53.22%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9413BE (or 0x9413BE) is known color: Dark Violet. HEX triplet: 94, 13 and BE. RGB value is (148,19,190). Sum of RGB (Red+Green+Blue) = 148+19+190=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #9413BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413BE is #6BEC41. Grayscale: #4C4C4C. Windows color (decimal): -7072834 or 12456852. OLE color: 12456852.

HSL color Cylindrical-coordinate representation of color #9413BE: hue angle of 285.26º 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 #9413BE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 19 190 -
CMYK 0.22 0.90 0 0.25
HSL 285.26º 0.82% 0.41% -
HSV(B) 285.26º 0.9% 0.75% -
XYZ 21.74 10.48 49.59 -
YUV 77.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 148 19 190 0.22 0.90 0 0.25 285.26 0.82 0.41
Hex 94 13 BE 16 5A 0 19 11D 52 29
Octal 224 23 276 26 132 0 31 435 122 51
Binary 10010100 10011 10111110 10110 1011010 0 11001 100011101 1010010 101001

Color Harmonies of #9413BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413BE

Black with #9413BE

Text Example


Text Example

White with #9413BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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