Html Css Color HEX #9215C0 Dark Violet

📋 copy color: '#9215C0'

red 146 ◦ green 21 ◦ blue 192

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

Shades of Dark Violet #9215C0

Tints of Dark Violet #9215C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 40.67%
G = 5.85%
B = 53.48%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9215C0 (or 0x9215C0) is known color: Dark Violet. HEX triplet: 92, 15 and C0. RGB value is (146,21,192). Sum of RGB (Red+Green+Blue) = 146+21+192=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #9215C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215C0 is #6DEA3F. Grayscale: #4D4D4D. Windows color (decimal): -7203392 or 12588434. OLE color: 12588434.

HSL color Cylindrical-coordinate representation of color #9215C0: hue angle of 283.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9215C0 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 21 192 -
CMYK 0.24 0.89 0 0.25
HSL 283.86º 0.8% 0.42% -
HSV(B) 283.86º 0.89% 0.75% -
XYZ 21.64 10.45 50.75 -
YUV 77.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 146 21 192 0.24 0.89 0 0.25 283.86 0.8 0.42
Hex 92 15 C0 18 59 0 19 11C 50 2A
Octal 222 25 300 30 131 0 31 434 120 52
Binary 10010010 10101 11000000 11000 1011001 0 11001 100011100 1010000 101010

Color Harmonies of #9215C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215C0

Black with #9215C0

Text Example


Text Example

White with #9215C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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