Html Css Color HEX #150250 Violent Violet

📋 copy color: '#150250'

red 21 ◦ green 2 ◦ blue 80

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

Shades of Violent Violet #150250

Tints of Violent Violet #150250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

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

R = 20.39%
G = 1.94%
B = 77.67%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#150250 (or 0x150250) is known color: Violent Violet. HEX triplet: 15, 02 and 50. RGB value is (21,2,80). Sum of RGB (Red+Green+Blue) = 21+2+80=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #150250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150250 is #EAFDAF. Grayscale: #101010. Windows color (decimal): -15400368 or 5243413. OLE color: 5243413.

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

Color convert

RGB 21 2 80 -
CMYK 0.74 0.98 0 0.69
HSL 254.62º 0.95% 0.16% -
HSV(B) 254.62º 0.98% 0.31% -
XYZ 1.78 0.78 7.65 -
YUV 16.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 21 2 80 0.74 0.98 0 0.69 254.62 0.95 0.16
Hex 15 2 50 4A 62 0 45 FF 5F 10
Octal 25 2 120 112 142 0 105 377 137 20
Binary 10101 10 1010000 1001010 1100010 0 1000101 11111111 1011111 10000

Color Harmonies of #150250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150250

Black with #150250

Text Example


Text Example

White with #150250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150250; }

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

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

background-color css

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

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

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

border-color css

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

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

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