#23094B

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

Shades of Violent Violet #23094B

Tints of Violent Violet #23094B

Color information

#23094B (or 0x23094B) is unknown color: approx Violent Violet. HEX triplet: 23, 09 and 4B. RGB value is (35,9,75). Sum of RGB (Red+Green+Blue) = 35+9+75=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #23094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23094B is #DCF6B4. Grayscale: #181818. Windows color (decimal): -14481077 or 4917539. OLE color: 4917539.

HSL color Cylindrical-coordinate representation of color #23094B: hue angle of 263.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23094B is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB35975-
CMYK0.530.8800.71
HSL263.64º78.57%16.47%-
HSV(B)263.64º88%29.41%-
XYZ2.061.066.75-
YUV24.3156.61135.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=29.41%
G=7.56%
B=63.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal359750.530.8800.71263.6478.5716.47
Hex2394B35580471084f10
Octal431111365130010741011720
Binary10001110011001011110101101100001000111100001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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