#23094C

Color #23094C Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #23094C

Tints of Violent Violet #23094C

Color information

#23094C (or 0x23094C) is unknown color: approx Violent Violet. HEX triplet: 23, 09 and 4C. RGB value is (35,9,76). Sum of RGB (Red+Green+Blue) = 35+9+76=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #23094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23094C is #DCF6B3. Grayscale: #181818. Windows color (decimal): -14481076 or 4983075. OLE color: 4983075.

HSL color Cylindrical-coordinate representation of color #23094C: hue angle of 263.28º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23094C is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB35976-
CMYK0.540.8800.70
HSL263.28º78.82%16.67%-
HSV(B)263.28º88.16%29.8%-
XYZ2.11.076.93-
YUV24.41157.11135.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=29.17%
G=7.5%
B=63.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal359760.540.8800.70263.2878.8216.67
Hex2394C36580461074f11
Octal431111466130010640711721
Binary10001110011001100110110101100001000110100000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23094C; }

 p { color: rgb(35,9,76); }

 H1.HeaderClassName
 {
   color: #23094C;
 }
 .AnyTagClassName
 {
   color: #23094C;
 }
</style>
background-color css

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

 a { background-color: rgb(35,9,76); }

 div.DivClassName
 {
   background-color: #23094C;
 }
 .BgClassName
 {
   background-color: #23094C;
 }
</style>
border-color css

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

 span { border-color: rgb(35,9,76); }

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