Html Css Color HEX #950FB1 Dark Violet

📋 copy color: '#950FB1'

red 149 ◦ green 15 ◦ blue 177

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

Shades of Dark Violet #950FB1

Tints of Dark Violet #950FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 51.91%

R = 43.7%
G = 4.4%
B = 51.91%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#950FB1 (or 0x950FB1) is known color: Dark Violet. HEX triplet: 95, 0F and B1. RGB value is (149,15,177). Sum of RGB (Red+Green+Blue) = 149+15+177=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #950FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950FB1 is #6AF04E. Grayscale: #494949. Windows color (decimal): -7008335 or 11603861. OLE color: 11603861.

HSL color Cylindrical-coordinate representation of color #950FB1: hue angle of 289.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950FB1 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 15 177 -
CMYK 0.16 0.92 0 0.31
HSL 289.63º 0.84% 0.38% -
HSV(B) 289.63º 0.92% 0.69% -
XYZ 20.5 9.91 42.43 -
YUV 73.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 149 15 177 0.16 0.92 0 0.31 289.63 0.84 0.38
Hex 95 F B1 10 5C 0 1F 122 54 26
Octal 225 17 261 20 134 0 37 442 124 46
Binary 10010101 1111 10110001 10000 1011100 0 11111 100100010 1010100 100110

Color Harmonies of #950FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FB1

Black with #950FB1

Text Example


Text Example

White with #950FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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