Html Css Color HEX #950AF8 Dark Violet

📋 copy color: '#950AF8'

red 149 ◦ green 10 ◦ blue 248

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

Shades of Dark Violet #950AF8

Tints of Dark Violet #950AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

 BLUE value IS 248 (97.27% from 255) = 60.93%

R = 36.61%
G = 2.46%
B = 60.93%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#950AF8 (or 0x950AF8) is known color: Dark Violet. HEX triplet: 95, 0A and F8. RGB value is (149,10,248). Sum of RGB (Red+Green+Blue) = 149+10+248=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #950AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950AF8 is #6AF507. Grayscale: #4D4D4D. Windows color (decimal): -7009544 or 16255637. OLE color: 16255637.

HSL color Cylindrical-coordinate representation of color #950AF8: hue angle of 275.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950AF8 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 10 248 -
CMYK 0.40 0.96 0 0.03
HSL 275.04º 0.94% 0.51% -
HSV(B) 275.04º 0.96% 0.97% -
XYZ 29.45 13.38 89.84 -
YUV 78.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 149 10 248 0.40 0.96 0 0.03 275.04 0.94 0.51
Hex 95 A F8 28 60 0 3 113 5E 33
Octal 225 12 370 50 140 0 3 423 136 63
Binary 10010101 1010 11111000 101000 1100000 0 11 100010011 1011110 110011

Color Harmonies of #950AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AF8

Black with #950AF8

Text Example


Text Example

White with #950AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,10,248); }

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

background-color css

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

 a { background-color: rgb(149,10,248); }

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

border-color css

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

 span { border-color: rgb(149,10,248); }

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