Html Css Color HEX #950FE0 Dark Violet

📋 copy color: '#950FE0'

red 149 ◦ green 15 ◦ blue 224

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

Shades of Dark Violet #950FE0

Tints of Dark Violet #950FE0

RGB

 RED value IS 149 (58.59% from 255) = 38.4%

 GREEN value IS 15 (6.25% from 255) = 3.87%

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 38.4%
G = 3.87%
B = 57.73%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#950FE0 (or 0x950FE0) is known color: Dark Violet. HEX triplet: 95, 0F and E0. RGB value is (149,15,224). Sum of RGB (Red+Green+Blue) = 149+15+224=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #950FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950FE0 is #6AF01F. Grayscale: #4E4E4E. Windows color (decimal): -7008288 or 14684053. OLE color: 14684053.

HSL color Cylindrical-coordinate representation of color #950FE0: hue angle of 278.47º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950FE0 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 15 224 -
CMYK 0.33 0.93 0 0.12
HSL 278.47º 0.87% 0.47% -
HSV(B) 278.47º 0.93% 0.88% -
XYZ 26.02 12.11 71.49 -
YUV 78.89 209.89 178.01 -
System Red Green Blue C M Y K H S L
Decimal 149 15 224 0.33 0.93 0 0.12 278.47 0.87 0.47
Hex 95 F E0 21 5D 0 C 116 57 2F
Octal 225 17 340 41 135 0 14 426 127 57
Binary 10010101 1111 11100000 100001 1011101 0 1100 100010110 1010111 101111

Color Harmonies of #950FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FE0

Black with #950FE0

Text Example


Text Example

White with #950FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950FE0; }

 p { color: rgb(149,15,224); }

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

background-color css

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

 a { background-color: rgb(149,15,224); }

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

border-color css

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

 span { border-color: rgb(149,15,224); }

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