Html Css Color HEX #9215C2 Dark Violet

📋 copy color: '#9215C2'

red 146 ◦ green 21 ◦ blue 194

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

Shades of Dark Violet #9215C2

Tints of Dark Violet #9215C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.74%

R = 40.44%
G = 5.82%
B = 53.74%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9215C2 (or 0x9215C2) is known color: Dark Violet. HEX triplet: 92, 15 and C2. RGB value is (146,21,194). Sum of RGB (Red+Green+Blue) = 146+21+194=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #9215C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215C2 is #6DEA3D. Grayscale: #4D4D4D. Windows color (decimal): -7203390 or 12719506. OLE color: 12719506.

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

Color convert

RGB 146 21 194 -
CMYK 0.25 0.89 0 0.24
HSL 283.35º 0.8% 0.42% -
HSV(B) 283.35º 0.89% 0.76% -
XYZ 21.86 10.54 51.92 -
YUV 78.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 146 21 194 0.25 0.89 0 0.24 283.35 0.8 0.42
Hex 92 15 C2 19 59 0 18 11B 50 2A
Octal 222 25 302 31 131 0 30 433 120 52
Binary 10010010 10101 11000010 11001 1011001 0 11000 100011011 1010000 101010

Color Harmonies of #9215C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215C2

Black with #9215C2

Text Example


Text Example

White with #9215C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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