Html Css Color HEX #951DEC Blue Violet

📋 copy color: '#951DEC'

red 149 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #951DEC

Tints of Blue Violet #951DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 35.99%
G = 7%
B = 57%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#951DEC (or 0x951DEC) is known color: Blue Violet. HEX triplet: 95, 1D and EC. RGB value is (149,29,236). Sum of RGB (Red+Green+Blue) = 149+29+236=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #951DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DEC is #6AE213. Grayscale: #575757. Windows color (decimal): -7004692 or 15474069. OLE color: 15474069.

HSL color Cylindrical-coordinate representation of color #951DEC: hue angle of 274.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951DEC is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 29 236 -
CMYK 0.37 0.88 0 0.07
HSL 274.78º 0.84% 0.52% -
HSV(B) 274.78º 0.88% 0.93% -
XYZ 27.97 13.32 80.45 -
YUV 88.48 211.26 171.17 -
System Red Green Blue C M Y K H S L
Decimal 149 29 236 0.37 0.88 0 0.07 274.78 0.84 0.52
Hex 95 1D EC 25 58 0 7 113 54 34
Octal 225 35 354 45 130 0 7 423 124 64
Binary 10010101 11101 11101100 100101 1011000 0 111 100010011 1010100 110100

Color Harmonies of #951DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DEC

Black with #951DEC

Text Example


Text Example

White with #951DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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