Html Css Color HEX #9415DD Dark Violet

📋 copy color: '#9415DD'

red 148 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #9415DD

Tints of Dark Violet #9415DD

RGB

 RED value IS 148 (58.2% from 255) = 37.95%

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

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 37.95%
G = 5.38%
B = 56.67%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9415DD (or 0x9415DD) is known color: Dark Violet. HEX triplet: 94, 15 and DD. RGB value is (148,21,221). Sum of RGB (Red+Green+Blue) = 148+21+221=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #9415DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415DD is #6BEA22. Grayscale: #515151. Windows color (decimal): -7072291 or 14488980. OLE color: 14488980.

HSL color Cylindrical-coordinate representation of color #9415DD: hue angle of 278.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9415DD is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 21 221 -
CMYK 0.33 0.90 0 0.13
HSL 278.1º 0.83% 0.47% -
HSV(B) 278.1º 0.9% 0.87% -
XYZ 25.53 12.05 69.39 -
YUV 81.77 206.58 175.24 -
System Red Green Blue C M Y K H S L
Decimal 148 21 221 0.33 0.90 0 0.13 278.1 0.83 0.47
Hex 94 15 DD 21 5A 0 D 116 53 2F
Octal 224 25 335 41 132 0 15 426 123 57
Binary 10010100 10101 11011101 100001 1011010 0 1101 100010110 1010011 101111

Color Harmonies of #9415DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415DD

Black with #9415DD

Text Example


Text Example

White with #9415DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9415DD; }

 p { color: rgb(148,21,221); }

 H1.HeaderClassName
 {
   color: #9415DD;
 }
 .AnyTagClassName
 {
   color: #9415DD;
 }
</style>

background-color css

<style>
 a { background-color: #9415DD; }

 a { background-color: rgb(148,21,221); }

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

border-color css

<style>
 span { border-color: #9415DD; }

 span { border-color: rgb(148,21,221); }

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