Html Css Color HEX #9318D0 Dark Violet

📋 copy color: '#9318D0'

red 147 ◦ green 24 ◦ blue 208

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

Shades of Dark Violet #9318D0

Tints of Dark Violet #9318D0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 38.79%
G = 6.33%
B = 54.88%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9318D0 (or 0x9318D0) is known color: Dark Violet. HEX triplet: 93, 18 and D0. RGB value is (147,24,208). Sum of RGB (Red+Green+Blue) = 147+24+208=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #9318D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9318D0 is #6CE72F. Grayscale: #515151. Windows color (decimal): -7137072 or 13637779. OLE color: 13637779.

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

Color convert

RGB 147 24 208 -
CMYK 0.29 0.88 0 0.18
HSL 280.11º 0.79% 0.45% -
HSV(B) 280.11º 0.88% 0.82% -
XYZ 23.74 11.41 60.63 -
YUV 81.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 147 24 208 0.29 0.88 0 0.18 280.11 0.79 0.45
Hex 93 18 D0 1D 58 0 12 118 4F 2D
Octal 223 30 320 35 130 0 22 430 117 55
Binary 10010011 11000 11010000 11101 1011000 0 10010 100011000 1001111 101101

Color Harmonies of #9318D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9318D0

Black with #9318D0

Text Example


Text Example

White with #9318D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,24,208); }

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

background-color css

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

 a { background-color: rgb(147,24,208); }

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

border-color css

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

 span { border-color: rgb(147,24,208); }

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