Html Css Color HEX #9215BC Dark Violet

📋 copy color: '#9215BC'

red 146 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9215BC

Tints of Dark Violet #9215BC

RGB

 RED value IS 146 (57.42% from 255) = 41.13%

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

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

R = 41.13%
G = 5.92%
B = 52.96%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9215BC (or 0x9215BC) is known color: Dark Violet. HEX triplet: 92, 15 and BC. RGB value is (146,21,188). Sum of RGB (Red+Green+Blue) = 146+21+188=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9215BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215BC is #6DEA43. Grayscale: #4C4C4C. Windows color (decimal): -7203396 or 12326290. OLE color: 12326290.

HSL color Cylindrical-coordinate representation of color #9215BC: hue angle of 284.91º 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 #9215BC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 21 188 -
CMYK 0.22 0.89 0 0.26
HSL 284.91º 0.8% 0.41% -
HSV(B) 284.91º 0.89% 0.74% -
XYZ 21.2 10.28 48.44 -
YUV 77.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 146 21 188 0.22 0.89 0 0.26 284.91 0.8 0.41
Hex 92 15 BC 16 59 0 1A 11D 50 29
Octal 222 25 274 26 131 0 32 435 120 51
Binary 10010010 10101 10111100 10110 1011001 0 11010 100011101 1010000 101001

Color Harmonies of #9215BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215BC

Black with #9215BC

Text Example


Text Example

White with #9215BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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