Html Css Color HEX #9415BC Dark Violet

📋 copy color: '#9415BC'

red 148 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9415BC

Tints of Dark Violet #9415BC

RGB

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

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

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

R = 41.46%
G = 5.88%
B = 52.66%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9415BC (or 0x9415BC) is known color: Dark Violet. HEX triplet: 94, 15 and BC. RGB value is (148,21,188). Sum of RGB (Red+Green+Blue) = 148+21+188=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9415BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415BC is #6BEA43. Grayscale: #4D4D4D. Windows color (decimal): -7072324 or 12326292. OLE color: 12326292.

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

Color convert

RGB 148 21 188 -
CMYK 0.21 0.89 0 0.26
HSL 285.63º 0.8% 0.41% -
HSV(B) 285.63º 0.89% 0.74% -
XYZ 21.56 10.46 48.46 -
YUV 78.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 148 21 188 0.21 0.89 0 0.26 285.63 0.8 0.41
Hex 94 15 BC 15 59 0 1A 11E 50 29
Octal 224 25 274 25 131 0 32 436 120 51
Binary 10010100 10101 10111100 10101 1011001 0 11010 100011110 1010000 101001

Color Harmonies of #9415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415BC

Black with #9415BC

Text Example


Text Example

White with #9415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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