Html Css Color HEX #140840 Violent Violet

📋 copy color: '#140840'

red 20 ◦ green 8 ◦ blue 64

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

Shades of Violent Violet #140840

Tints of Violent Violet #140840

RGB

 RED value IS 20 (8.2% from 255) = 21.74%

 GREEN value IS 8 (3.52% from 255) = 8.7%

 BLUE value IS 64 (25.39% from 255) = 69.57%

R = 21.74%
G = 8.7%
B = 69.57%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#140840 (or 0x140840) is known color: Violent Violet. HEX triplet: 14, 08 and 40. RGB value is (20,8,64). Sum of RGB (Red+Green+Blue) = 20+8+64=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #140840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140840 is #EBF7BF. Grayscale: #111111. Windows color (decimal): -15464384 or 4196372. OLE color: 4196372.

HSL color Cylindrical-coordinate representation of color #140840: hue angle of 252.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140840 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 8 64 -
CMYK 0.69 0.87 0 0.75
HSL 252.86º 0.78% 0.14% -
HSV(B) 252.86º 0.88% 0.25% -
XYZ 1.3 0.69 4.92 -
YUV 17.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 20 8 64 0.69 0.87 0 0.75 252.86 0.78 0.14
Hex 14 8 40 45 57 0 4B FD 4E E
Octal 24 10 100 105 127 0 113 375 116 16
Binary 10100 1000 1000000 1000101 1010111 0 1001011 11111101 1001110 1110

Color Harmonies of #140840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140840

Black with #140840

Text Example


Text Example

White with #140840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140840; }

 p { color: rgb(20,8,64); }

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

background-color css

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

 a { background-color: rgb(20,8,64); }

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

border-color css

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

 span { border-color: rgb(20,8,64); }

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