Html Css Color HEX #9215D0 Dark Violet

📋 copy color: '#9215D0'

red 146 ◦ green 21 ◦ blue 208

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

Shades of Dark Violet #9215D0

Tints of Dark Violet #9215D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 38.93%
G = 5.6%
B = 55.47%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9215D0 (or 0x9215D0) is known color: Dark Violet. HEX triplet: 92, 15 and D0. RGB value is (146,21,208). Sum of RGB (Red+Green+Blue) = 146+21+208=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #9215D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215D0 is #6DEA2F. Grayscale: #4F4F4F. Windows color (decimal): -7203376 or 13637010. OLE color: 13637010.

HSL color Cylindrical-coordinate representation of color #9215D0: hue angle of 280.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215D0 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 21 208 -
CMYK 0.30 0.90 0 0.18
HSL 280.11º 0.82% 0.45% -
HSV(B) 280.11º 0.9% 0.82% -
XYZ 23.51 11.2 60.6 -
YUV 79.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 146 21 208 0.30 0.90 0 0.18 280.11 0.82 0.45
Hex 92 15 D0 1E 5A 0 12 118 52 2D
Octal 222 25 320 36 132 0 22 430 122 55
Binary 10010010 10101 11010000 11110 1011010 0 10010 100011000 1010010 101101

Color Harmonies of #9215D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215D0

Black with #9215D0

Text Example


Text Example

White with #9215D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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