#230959

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

Shades of Violent Violet #230959

Tints of Violent Violet #230959

Color information

#230959 (or 0x230959) is unknown color: approx Violent Violet. HEX triplet: 23, 09 and 59. RGB value is (35,9,89). Sum of RGB (Red+Green+Blue) = 35+9+89=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #230959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230959 is #DCF6A6. Grayscale: #191919. Windows color (decimal): -14481063 or 5835043. OLE color: 5835043.

HSL color Cylindrical-coordinate representation of color #230959: hue angle of 259.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230959 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB35989-
CMYK0.610.9000.65
HSL259.5º81.63%19.22%-
HSV(B)259.5º89.89%34.9%-
XYZ2.591.279.56-
YUV25.89163.61134.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.32%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=26.32%
G=6.77%
B=66.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal359890.610.9000.65259.581.6319.22
Hex239593D5A0411045213
Octal431113175132010140412223
Binary10001110011011001111101101101001000001100000100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230959; }

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

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

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

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

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

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

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

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