Html Css Color HEX #930CED Dark Violet

📋 copy color: '#930CED'

red 147 ◦ green 12 ◦ blue 237

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

Shades of Dark Violet #930CED

Tints of Dark Violet #930CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 37.12%
G = 3.03%
B = 59.85%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#930CED (or 0x930CED) is known color: Dark Violet. HEX triplet: 93, 0C and ED. RGB value is (147,12,237). Sum of RGB (Red+Green+Blue) = 147+12+237=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #930CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930CED is #6CF312. Grayscale: #4D4D4D. Windows color (decimal): -7140115 or 15535251. OLE color: 15535251.

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

Color convert

RGB 147 12 237 -
CMYK 0.38 0.95 0 0.07
HSL 276º 0.9% 0.49% -
HSV(B) 276º 0.95% 0.93% -
XYZ 27.45 12.58 81.1 -
YUV 78.02 217.73 177.2 -
System Red Green Blue C M Y K H S L
Decimal 147 12 237 0.38 0.95 0 0.07 276 0.9 0.49
Hex 93 C ED 26 5F 0 7 114 5A 31
Octal 223 14 355 46 137 0 7 424 132 61
Binary 10010011 1100 11101101 100110 1011111 0 111 100010100 1011010 110001

Color Harmonies of #930CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930CED

Black with #930CED

Text Example


Text Example

White with #930CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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