Html Css Color HEX #150941 Violent Violet

📋 copy color: '#150941'

red 21 ◦ green 9 ◦ blue 65

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

Shades of Violent Violet #150941

Tints of Violent Violet #150941

RGB

 RED value IS 21 (8.59% from 255) = 22.11%

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 65 (25.78% from 255) = 68.42%

R = 22.11%
G = 9.47%
B = 68.42%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150941 (or 0x150941) is known color: Violent Violet. HEX triplet: 15, 09 and 41. RGB value is (21,9,65). Sum of RGB (Red+Green+Blue) = 21+9+65=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #150941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150941 is #EAF6BE. Grayscale: #121212. Windows color (decimal): -15398591 or 4262165. OLE color: 4262165.

HSL color Cylindrical-coordinate representation of color #150941: hue angle of 252.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150941 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 9 65 -
CMYK 0.68 0.86 0 0.75
HSL 252.86º 0.76% 0.15% -
HSV(B) 252.86º 0.86% 0.25% -
XYZ 1.36 0.74 5.07 -
YUV 18.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 21 9 65 0.68 0.86 0 0.75 252.86 0.76 0.15
Hex 15 9 41 44 56 0 4B FD 4C F
Octal 25 11 101 104 126 0 113 375 114 17
Binary 10101 1001 1000001 1000100 1010110 0 1001011 11111101 1001100 1111

Color Harmonies of #150941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150941

Black with #150941

Text Example


Text Example

White with #150941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150941; }

 p { color: rgb(21,9,65); }

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

background-color css

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

 a { background-color: rgb(21,9,65); }

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

border-color css

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

 span { border-color: rgb(21,9,65); }

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