Html Css Color HEX #150841 Violent Violet

📋 copy color: '#150841'

red 21 ◦ green 8 ◦ blue 65

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

Shades of Violent Violet #150841

Tints of Violent Violet #150841

RGB

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

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

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

R = 22.34%
G = 8.51%
B = 69.15%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150841 (or 0x150841) is known color: Violent Violet. HEX triplet: 15, 08 and 41. RGB value is (21,8,65). Sum of RGB (Red+Green+Blue) = 21+8+65=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #150841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150841 is #EAF7BE. Grayscale: #121212. Windows color (decimal): -15398847 or 4261909. OLE color: 4261909.

HSL color Cylindrical-coordinate representation of color #150841: hue angle of 253.68º 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 #150841 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 8 65 -
CMYK 0.68 0.88 0 0.75
HSL 253.68º 0.78% 0.14% -
HSV(B) 253.68º 0.88% 0.25% -
XYZ 1.35 0.71 5.07 -
YUV 18.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 21 8 65 0.68 0.88 0 0.75 253.68 0.78 0.14
Hex 15 8 41 44 58 0 4B FE 4E E
Octal 25 10 101 104 130 0 113 376 116 16
Binary 10101 1000 1000001 1000100 1011000 0 1001011 11111110 1001110 1110

Color Harmonies of #150841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150841

Black with #150841

Text Example


Text Example

White with #150841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150841; }

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

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

background-color css

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

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

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

border-color css

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

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

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