Html Css Color HEX #9215DA Dark Violet

📋 copy color: '#9215DA'

red 146 ◦ green 21 ◦ blue 218

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

Shades of Dark Violet #9215DA

Tints of Dark Violet #9215DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 37.92%
G = 5.45%
B = 56.62%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9215DA (or 0x9215DA) is known color: Dark Violet. HEX triplet: 92, 15 and DA. RGB value is (146,21,218). Sum of RGB (Red+Green+Blue) = 146+21+218=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #9215DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215DA is #6DEA25. Grayscale: #505050. Windows color (decimal): -7203366 or 14292370. OLE color: 14292370.

HSL color Cylindrical-coordinate representation of color #9215DA: hue angle of 278.07º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215DA is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 21 218 -
CMYK 0.33 0.90 0 0.15
HSL 278.07º 0.82% 0.47% -
HSV(B) 278.07º 0.9% 0.85% -
XYZ 24.78 11.71 67.28 -
YUV 80.83 205.41 174.48 -
System Red Green Blue C M Y K H S L
Decimal 146 21 218 0.33 0.90 0 0.15 278.07 0.82 0.47
Hex 92 15 DA 21 5A 0 F 116 52 2F
Octal 222 25 332 41 132 0 17 426 122 57
Binary 10010010 10101 11011010 100001 1011010 0 1111 100010110 1010010 101111

Color Harmonies of #9215DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215DA

Black with #9215DA

Text Example


Text Example

White with #9215DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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