Html Css Color HEX #9311C4 Dark Violet

📋 copy color: '#9311C4'

red 147 ◦ green 17 ◦ blue 196

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

Shades of Dark Violet #9311C4

Tints of Dark Violet #9311C4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.72%

 BLUE value IS 196 (76.95% from 255) = 54.44%

R = 40.83%
G = 4.72%
B = 54.44%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9311C4 (or 0x9311C4) is known color: Dark Violet. HEX triplet: 93, 11 and C4. RGB value is (147,17,196). Sum of RGB (Red+Green+Blue) = 147+17+196=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #9311C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311C4 is #6CEE3B. Grayscale: #4B4B4B. Windows color (decimal): -7138876 or 12849555. OLE color: 12849555.

HSL color Cylindrical-coordinate representation of color #9311C4: hue angle of 283.58º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9311C4 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 17 196 -
CMYK 0.25 0.91 0 0.23
HSL 283.58º 0.84% 0.42% -
HSV(B) 283.58º 0.91% 0.77% -
XYZ 22.2 10.59 53.1 -
YUV 76.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 147 17 196 0.25 0.91 0 0.23 283.58 0.84 0.42
Hex 93 11 C4 19 5B 0 17 11C 54 2A
Octal 223 21 304 31 133 0 27 434 124 52
Binary 10010011 10001 11000100 11001 1011011 0 10111 100011100 1010100 101010

Color Harmonies of #9311C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9311C4

Black with #9311C4

Text Example


Text Example

White with #9311C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9311C4; }

 p { color: rgb(147,17,196); }

 H1.HeaderClassName
 {
   color: #9311C4;
 }
 .AnyTagClassName
 {
   color: #9311C4;
 }
</style>

background-color css

<style>
 a { background-color: #9311C4; }

 a { background-color: rgb(147,17,196); }

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

border-color css

<style>
 span { border-color: #9311C4; }

 span { border-color: rgb(147,17,196); }

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