Html Css Color HEX #950FDA Dark Violet

📋 copy color: '#950FDA'

red 149 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #950FDA

Tints of Dark Violet #950FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 39.01%
G = 3.93%
B = 57.07%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#950FDA (or 0x950FDA) is known color: Dark Violet. HEX triplet: 95, 0F and DA. RGB value is (149,15,218). Sum of RGB (Red+Green+Blue) = 149+15+218=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #950FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950FDA is #6AF025. Grayscale: #4D4D4D. Windows color (decimal): -7008294 or 14290837. OLE color: 14290837.

HSL color Cylindrical-coordinate representation of color #950FDA: hue angle of 279.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950FDA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 15 218 -
CMYK 0.32 0.93 0 0.15
HSL 279.61º 0.87% 0.46% -
HSV(B) 279.61º 0.93% 0.85% -
XYZ 25.22 11.79 67.28 -
YUV 78.21 206.89 178.49 -
System Red Green Blue C M Y K H S L
Decimal 149 15 218 0.32 0.93 0 0.15 279.61 0.87 0.46
Hex 95 F DA 20 5D 0 F 118 57 2E
Octal 225 17 332 40 135 0 17 430 127 56
Binary 10010101 1111 11011010 100000 1011101 0 1111 100011000 1010111 101110

Color Harmonies of #950FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FDA

Black with #950FDA

Text Example


Text Example

White with #950FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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