Html Css Color HEX #930ABB Dark Violet

📋 copy color: '#930ABB'

red 147 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #930ABB

Tints of Dark Violet #930ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 42.73%
G = 2.91%
B = 54.36%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#930ABB (or 0x930ABB) is known color: Dark Violet. HEX triplet: 93, 0A and BB. RGB value is (147,10,187). Sum of RGB (Red+Green+Blue) = 147+10+187=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #930ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ABB is #6CF544. Grayscale: #464646. Windows color (decimal): -7140677 or 12257939. OLE color: 12257939.

HSL color Cylindrical-coordinate representation of color #930ABB: hue angle of 286.44º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930ABB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 10 187 -
CMYK 0.21 0.95 0 0.27
HSL 286.44º 0.9% 0.39% -
HSV(B) 286.44º 0.95% 0.73% -
XYZ 21.11 10.01 47.83 -
YUV 71.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 147 10 187 0.21 0.95 0 0.27 286.44 0.9 0.39
Hex 93 A BB 15 5F 0 1B 11E 5A 27
Octal 223 12 273 25 137 0 33 436 132 47
Binary 10010011 1010 10111011 10101 1011111 0 11011 100011110 1011010 100111

Color Harmonies of #930ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930ABB

Black with #930ABB

Text Example


Text Example

White with #930ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,10,187); }

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

background-color css

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

 a { background-color: rgb(147,10,187); }

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

border-color css

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

 span { border-color: rgb(147,10,187); }

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