Html Css Color HEX #9415B1 Dark Violet

📋 copy color: '#9415B1'

red 148 ◦ green 21 ◦ blue 177

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

Shades of Dark Violet #9415B1

Tints of Dark Violet #9415B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 51.16%

R = 42.77%
G = 6.07%
B = 51.16%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9415B1 (or 0x9415B1) is known color: Dark Violet. HEX triplet: 94, 15 and B1. RGB value is (148,21,177). Sum of RGB (Red+Green+Blue) = 148+21+177=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #9415B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9415B1 is #6BEA4E. Grayscale: #4C4C4C. Windows color (decimal): -7072335 or 11605396. OLE color: 11605396.

HSL color Cylindrical-coordinate representation of color #9415B1: hue angle of 288.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9415B1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 21 177 -
CMYK 0.16 0.88 0 0.31
HSL 288.85º 0.79% 0.39% -
HSV(B) 288.85º 0.88% 0.69% -
XYZ 20.42 10.01 42.45 -
YUV 76.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 148 21 177 0.16 0.88 0 0.31 288.85 0.79 0.39
Hex 94 15 B1 10 58 0 1F 121 4F 27
Octal 224 25 261 20 130 0 37 441 117 47
Binary 10010100 10101 10110001 10000 1011000 0 11111 100100001 1001111 100111

Color Harmonies of #9415B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415B1

Black with #9415B1

Text Example


Text Example

White with #9415B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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