Html Css Color HEX #940ACC Dark Violet

📋 copy color: '#940ACC'

red 148 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #940ACC

Tints of Dark Violet #940ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 40.88%
G = 2.76%
B = 56.35%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#940ACC (or 0x940ACC) is known color: Dark Violet. HEX triplet: 94, 0A and CC. RGB value is (148,10,204). Sum of RGB (Red+Green+Blue) = 148+10+204=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #940ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ACC is #6BF533. Grayscale: #484848. Windows color (decimal): -7075124 or 13372052. OLE color: 13372052.

HSL color Cylindrical-coordinate representation of color #940ACC: hue angle of 282.68º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940ACC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 10 204 -
CMYK 0.27 0.95 0 0.2
HSL 282.68º 0.91% 0.42% -
HSV(B) 282.68º 0.95% 0.8% -
XYZ 23.22 10.87 58 -
YUV 73.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 148 10 204 0.27 0.95 0 0.2 282.68 0.91 0.42
Hex 94 A CC 1B 5F 0 14 11B 5B 2A
Octal 224 12 314 33 137 0 24 433 133 52
Binary 10010100 1010 11001100 11011 1011111 0 10100 100011011 1011011 101010

Color Harmonies of #940ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ACC

Black with #940ACC

Text Example


Text Example

White with #940ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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