Html Css Color HEX #951EDF Blue Violet

📋 copy color: '#951EDF'

red 149 ◦ green 30 ◦ blue 223

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

Shades of Blue Violet #951EDF

Tints of Blue Violet #951EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.46%

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

R = 37.06%
G = 7.46%
B = 55.47%

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

#951EDF (or 0x951EDF) is known color: Blue Violet. HEX triplet: 95, 1E and DF. RGB value is (149,30,223). Sum of RGB (Red+Green+Blue) = 149+30+223=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #951EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EDF is #6AE120. Grayscale: #565656. Windows color (decimal): -7004449 or 14622357. OLE color: 14622357.

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

Color convert

RGB 149 30 223 -
CMYK 0.33 0.87 0 0.13
HSL 276.99º 0.76% 0.5% -
HSV(B) 276.99º 0.87% 0.87% -
XYZ 26.18 12.65 70.87 -
YUV 87.58 204.42 171.81 -
System Red Green Blue C M Y K H S L
Decimal 149 30 223 0.33 0.87 0 0.13 276.99 0.76 0.5
Hex 95 1E DF 21 57 0 D 115 4C 32
Octal 225 36 337 41 127 0 15 425 114 62
Binary 10010101 11110 11011111 100001 1010111 0 1101 100010101 1001100 110010

Color Harmonies of #951EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EDF

Black with #951EDF

Text Example


Text Example

White with #951EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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