Html Css Color HEX #9316DD Dark Violet

📋 copy color: '#9316DD'

red 147 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #9316DD

Tints of Dark Violet #9316DD

RGB

 RED value IS 147 (57.81% from 255) = 37.69%

 GREEN value IS 22 (8.98% from 255) = 5.64%

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

R = 37.69%
G = 5.64%
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

#9316DD (or 0x9316DD) is known color: Dark Violet. HEX triplet: 93, 16 and DD. RGB value is (147,22,221). Sum of RGB (Red+Green+Blue) = 147+22+221=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 22 (8.98% from 255 or 5.64% 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 #9316DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316DD is #6CE922. Grayscale: #515151. Windows color (decimal): -7137571 or 14489235. OLE color: 14489235.

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

Color convert

RGB 147 22 221 -
CMYK 0.33 0.90 0 0.13
HSL 277.69º 0.82% 0.48% -
HSV(B) 277.69º 0.9% 0.87% -
XYZ 25.37 12 69.39 -
YUV 82.06 206.41 174.32 -
System Red Green Blue C M Y K H S L
Decimal 147 22 221 0.33 0.90 0 0.13 277.69 0.82 0.48
Hex 93 16 DD 21 5A 0 D 116 52 30
Octal 223 26 335 41 132 0 15 426 122 60
Binary 10010011 10110 11011101 100001 1011010 0 1101 100010110 1010010 110000

Color Harmonies of #9316DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9316DD

Black with #9316DD

Text Example


Text Example

White with #9316DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,22,221); }

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

background-color css

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

 a { background-color: rgb(147,22,221); }

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

border-color css

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

 span { border-color: rgb(147,22,221); }

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