Html Css Color HEX #940ABC Dark Violet

📋 copy color: '#940ABC'

red 148 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #940ABC

Tints of Dark Violet #940ABC

RGB

 RED value IS 148 (58.2% from 255) = 42.77%

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 42.77%
G = 2.89%
B = 54.34%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#940ABC (or 0x940ABC) is known color: Dark Violet. HEX triplet: 94, 0A and BC. RGB value is (148,10,188). Sum of RGB (Red+Green+Blue) = 148+10+188=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #940ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ABC is #6BF543. Grayscale: #464646. Windows color (decimal): -7075140 or 12323476. OLE color: 12323476.

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

Color convert

RGB 148 10 188 -
CMYK 0.21 0.95 0 0.26
HSL 286.52º 0.9% 0.39% -
HSV(B) 286.52º 0.95% 0.74% -
XYZ 21.4 10.14 48.41 -
YUV 71.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 148 10 188 0.21 0.95 0 0.26 286.52 0.9 0.39
Hex 94 A BC 15 5F 0 1A 11F 5A 27
Octal 224 12 274 25 137 0 32 437 132 47
Binary 10010100 1010 10111100 10101 1011111 0 11010 100011111 1011010 100111

Color Harmonies of #940ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ABC

Black with #940ABC

Text Example


Text Example

White with #940ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940ABC; }

 p { color: rgb(148,10,188); }

 H1.HeaderClassName
 {
   color: #940ABC;
 }
 .AnyTagClassName
 {
   color: #940ABC;
 }
</style>

background-color css

<style>
 a { background-color: #940ABC; }

 a { background-color: rgb(148,10,188); }

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

border-color css

<style>
 span { border-color: #940ABC; }

 span { border-color: rgb(148,10,188); }

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