Html Css Color HEX #930EEE Dark Violet

📋 copy color: '#930EEE'

red 147 ◦ green 14 ◦ blue 238

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

Shades of Dark Violet #930EEE

Tints of Dark Violet #930EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.51%

 BLUE value IS 238 (93.36% from 255) = 59.65%

R = 36.84%
G = 3.51%
B = 59.65%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#930EEE (or 0x930EEE) is known color: Dark Violet. HEX triplet: 93, 0E and EE. RGB value is (147,14,238). Sum of RGB (Red+Green+Blue) = 147+14+238=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #930EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930EEE is #6CF111. Grayscale: #4E4E4E. Windows color (decimal): -7139602 or 15601299. OLE color: 15601299.

HSL color Cylindrical-coordinate representation of color #930EEE: hue angle of 275.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930EEE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 14 238 -
CMYK 0.38 0.94 0 0.07
HSL 275.63º 0.89% 0.49% -
HSV(B) 275.63º 0.94% 0.93% -
XYZ 27.62 12.69 81.88 -
YUV 79.3 217.56 176.29 -
System Red Green Blue C M Y K H S L
Decimal 147 14 238 0.38 0.94 0 0.07 275.63 0.89 0.49
Hex 93 E EE 26 5E 0 7 114 59 31
Octal 223 16 356 46 136 0 7 424 131 61
Binary 10010011 1110 11101110 100110 1011110 0 111 100010100 1011001 110001

Color Harmonies of #930EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930EEE

Black with #930EEE

Text Example


Text Example

White with #930EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930EEE; }

 p { color: rgb(147,14,238); }

 H1.HeaderClassName
 {
   color: #930EEE;
 }
 .AnyTagClassName
 {
   color: #930EEE;
 }
</style>

background-color css

<style>
 a { background-color: #930EEE; }

 a { background-color: rgb(147,14,238); }

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

border-color css

<style>
 span { border-color: #930EEE; }

 span { border-color: rgb(147,14,238); }

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