Html Css Color HEX #9413BB Dark Violet

📋 copy color: '#9413BB'

red 148 ◦ green 19 ◦ blue 187

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

Shades of Dark Violet #9413BB

Tints of Dark Violet #9413BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 41.81%
G = 5.37%
B = 52.82%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9413BB (or 0x9413BB) is known color: Dark Violet. HEX triplet: 94, 13 and BB. RGB value is (148,19,187). Sum of RGB (Red+Green+Blue) = 148+19+187=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9413BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413BB is #6BEC44. Grayscale: #4C4C4C. Windows color (decimal): -7072837 or 12260244. OLE color: 12260244.

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

Color convert

RGB 148 19 187 -
CMYK 0.21 0.90 0 0.27
HSL 286.07º 0.82% 0.4% -
HSV(B) 286.07º 0.9% 0.73% -
XYZ 21.42 10.35 47.88 -
YUV 76.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 148 19 187 0.21 0.90 0 0.27 286.07 0.82 0.4
Hex 94 13 BB 15 5A 0 1B 11E 52 28
Octal 224 23 273 25 132 0 33 436 122 50
Binary 10010100 10011 10111011 10101 1011010 0 11011 100011110 1010010 101000

Color Harmonies of #9413BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413BB

Black with #9413BB

Text Example


Text Example

White with #9413BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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