Html Css Color HEX #950AF7 Dark Violet

📋 copy color: '#950AF7'

red 149 ◦ green 10 ◦ blue 247

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

Shades of Dark Violet #950AF7

Tints of Dark Violet #950AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.84%

R = 36.7%
G = 2.46%
B = 60.84%

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

#950AF7 (or 0x950AF7) is known color: Dark Violet. HEX triplet: 95, 0A and F7. RGB value is (149,10,247). Sum of RGB (Red+Green+Blue) = 149+10+247=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 247 (96.88% from 255 or 60.84% from 406); Max value from RGB is 247 - color contains mainly: blue. Hex color #950AF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950AF7 is #6AF508. Grayscale: #4D4D4D. Windows color (decimal): -7009545 or 16190101. OLE color: 16190101.

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

Color convert

RGB 149 10 247 -
CMYK 0.40 0.96 0 0.03
HSL 275.19º 0.94% 0.5% -
HSV(B) 275.19º 0.96% 0.97% -
XYZ 29.29 13.32 89.02 -
YUV 78.58 223.05 178.23 -
System Red Green Blue C M Y K H S L
Decimal 149 10 247 0.40 0.96 0 0.03 275.19 0.94 0.5
Hex 95 A F7 28 60 0 3 113 5E 32
Octal 225 12 367 50 140 0 3 423 136 62
Binary 10010101 1010 11110111 101000 1100000 0 11 100010011 1011110 110010

Color Harmonies of #950AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AF7

Black with #950AF7

Text Example


Text Example

White with #950AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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