Html Css Color HEX #9310CC Dark Violet

📋 copy color: '#9310CC'

red 147 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #9310CC

Tints of Dark Violet #9310CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 40.05%
G = 4.36%
B = 55.59%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9310CC (or 0x9310CC) is known color: Dark Violet. HEX triplet: 93, 10 and CC. RGB value is (147,16,204). Sum of RGB (Red+Green+Blue) = 147+16+204=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #9310CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9310CC is #6CEF33. Grayscale: #4B4B4B. Windows color (decimal): -7139124 or 13373587. OLE color: 13373587.

HSL color Cylindrical-coordinate representation of color #9310CC: hue angle of 281.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9310CC is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 16 204 -
CMYK 0.28 0.92 0 0.2
HSL 281.81º 0.85% 0.43% -
HSV(B) 281.81º 0.92% 0.8% -
XYZ 23.12 10.93 58.02 -
YUV 76.6 199.9 178.21 -
System Red Green Blue C M Y K H S L
Decimal 147 16 204 0.28 0.92 0 0.2 281.81 0.85 0.43
Hex 93 10 CC 1C 5C 0 14 11A 55 2B
Octal 223 20 314 34 134 0 24 432 125 53
Binary 10010011 10000 11001100 11100 1011100 0 10100 100011010 1010101 101011

Color Harmonies of #9310CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9310CC

Black with #9310CC

Text Example


Text Example

White with #9310CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9310CC; }

 p { color: rgb(147,16,204); }

 H1.HeaderClassName
 {
   color: #9310CC;
 }
 .AnyTagClassName
 {
   color: #9310CC;
 }
</style>

background-color css

<style>
 a { background-color: #9310CC; }

 a { background-color: rgb(147,16,204); }

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

border-color css

<style>
 span { border-color: #9310CC; }

 span { border-color: rgb(147,16,204); }

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