Html Css Color HEX #951DDF Blue Violet

📋 copy color: '#951DDF'

red 149 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #951DDF

Tints of Blue Violet #951DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 37.16%
G = 7.23%
B = 55.61%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#951DDF (or 0x951DDF) is known color: Blue Violet. HEX triplet: 95, 1D and DF. RGB value is (149,29,223). Sum of RGB (Red+Green+Blue) = 149+29+223=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #951DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DDF is #6AE220. Grayscale: #565656. Windows color (decimal): -7004705 or 14622101. OLE color: 14622101.

HSL color Cylindrical-coordinate representation of color #951DDF: hue angle of 277.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951DDF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 29 223 -
CMYK 0.33 0.87 0 0.13
HSL 277.11º 0.77% 0.49% -
HSV(B) 277.11º 0.87% 0.87% -
XYZ 26.15 12.6 70.86 -
YUV 87 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 149 29 223 0.33 0.87 0 0.13 277.11 0.77 0.49
Hex 95 1D DF 21 57 0 D 115 4D 31
Octal 225 35 337 41 127 0 15 425 115 61
Binary 10010101 11101 11011111 100001 1010111 0 1101 100010101 1001101 110001

Color Harmonies of #951DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DDF

Black with #951DDF

Text Example


Text Example

White with #951DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951DDF; }

 p { color: rgb(149,29,223); }

 H1.HeaderClassName
 {
   color: #951DDF;
 }
 .AnyTagClassName
 {
   color: #951DDF;
 }
</style>

background-color css

<style>
 a { background-color: #951DDF; }

 a { background-color: rgb(149,29,223); }

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

border-color css

<style>
 span { border-color: #951DDF; }

 span { border-color: rgb(149,29,223); }

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