Html Css Color HEX #9415B6 Dark Violet

📋 copy color: '#9415B6'

red 148 ◦ green 21 ◦ blue 182

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

Shades of Dark Violet #9415B6

Tints of Dark Violet #9415B6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.98%

 BLUE value IS 182 (71.48% from 255) = 51.85%

R = 42.17%
G = 5.98%
B = 51.85%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9415B6 (or 0x9415B6) is known color: Dark Violet. HEX triplet: 94, 15 and B6. RGB value is (148,21,182). Sum of RGB (Red+Green+Blue) = 148+21+182=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #9415B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415B6 is #6BEA49. Grayscale: #4C4C4C. Windows color (decimal): -7072330 or 11933076. OLE color: 11933076.

HSL color Cylindrical-coordinate representation of color #9415B6: hue angle of 287.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9415B6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 21 182 -
CMYK 0.19 0.88 0 0.29
HSL 287.33º 0.79% 0.4% -
HSV(B) 287.33º 0.88% 0.71% -
XYZ 20.92 10.21 45.12 -
YUV 77.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 148 21 182 0.19 0.88 0 0.29 287.33 0.79 0.4
Hex 94 15 B6 13 58 0 1D 11F 4F 28
Octal 224 25 266 23 130 0 35 437 117 50
Binary 10010100 10101 10110110 10011 1011000 0 11101 100011111 1001111 101000

Color Harmonies of #9415B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415B6

Black with #9415B6

Text Example


Text Example

White with #9415B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9415B6; }

 p { color: rgb(148,21,182); }

 H1.HeaderClassName
 {
   color: #9415B6;
 }
 .AnyTagClassName
 {
   color: #9415B6;
 }
</style>

background-color css

<style>
 a { background-color: #9415B6; }

 a { background-color: rgb(148,21,182); }

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

border-color css

<style>
 span { border-color: #9415B6; }

 span { border-color: rgb(148,21,182); }

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