Html Css Color HEX #150350 Violent Violet

📋 copy color: '#150350'

red 21 ◦ green 3 ◦ blue 80

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

Shades of Violent Violet #150350

Tints of Violent Violet #150350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

 BLUE value IS 80 (31.64% from 255) = 76.92%

R = 20.19%
G = 2.88%
B = 76.92%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#150350 (or 0x150350) is known color: Violent Violet. HEX triplet: 15, 03 and 50. RGB value is (21,3,80). Sum of RGB (Red+Green+Blue) = 21+3+80=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #150350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150350 is #EAFCAF. Grayscale: #101010. Windows color (decimal): -15400112 or 5243669. OLE color: 5243669.

HSL color Cylindrical-coordinate representation of color #150350: hue angle of 254.03º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150350 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 3 80 -
CMYK 0.74 0.96 0 0.69
HSL 254.03º 0.93% 0.16% -
HSV(B) 254.03º 0.96% 0.31% -
XYZ 1.79 0.8 7.65 -
YUV 17.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 21 3 80 0.74 0.96 0 0.69 254.03 0.93 0.16
Hex 15 3 50 4A 60 0 45 FE 5D 10
Octal 25 3 120 112 140 0 105 376 135 20
Binary 10101 11 1010000 1001010 1100000 0 1000101 11111110 1011101 10000

Color Harmonies of #150350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150350

Black with #150350

Text Example


Text Example

White with #150350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150350; }

 p { color: rgb(21,3,80); }

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

background-color css

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

 a { background-color: rgb(21,3,80); }

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

border-color css

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

 span { border-color: rgb(21,3,80); }

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