Html Css Color HEX #930CE6 Dark Violet

📋 copy color: '#930CE6'

red 147 ◦ green 12 ◦ blue 230

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

Shades of Dark Violet #930CE6

Tints of Dark Violet #930CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 37.79%
G = 3.08%
B = 59.13%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#930CE6 (or 0x930CE6) is known color: Dark Violet. HEX triplet: 93, 0C and E6. RGB value is (147,12,230). Sum of RGB (Red+Green+Blue) = 147+12+230=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #930CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930CE6 is #6CF319. Grayscale: #4C4C4C. Windows color (decimal): -7140122 or 15076499. OLE color: 15076499.

HSL color Cylindrical-coordinate representation of color #930CE6: hue angle of 277.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930CE6 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 12 230 -
CMYK 0.36 0.95 0 0.10
HSL 277.16º 0.9% 0.47% -
HSV(B) 277.16º 0.95% 0.9% -
XYZ 26.45 12.18 75.82 -
YUV 77.22 214.23 177.77 -
System Red Green Blue C M Y K H S L
Decimal 147 12 230 0.36 0.95 0 0.10 277.16 0.9 0.47
Hex 93 C E6 24 5F 0 A 115 5A 2F
Octal 223 14 346 44 137 0 12 425 132 57
Binary 10010011 1100 11100110 100100 1011111 0 1010 100010101 1011010 101111

Color Harmonies of #930CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930CE6

Black with #930CE6

Text Example


Text Example

White with #930CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,12,230); }

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

background-color css

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

 a { background-color: rgb(147,12,230); }

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

border-color css

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

 span { border-color: rgb(147,12,230); }

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