Html Css Color HEX #951DED Blue Violet

📋 copy color: '#951DED'

red 149 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #951DED

Tints of Blue Violet #951DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 35.9%
G = 6.99%
B = 57.11%

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

#951DED (or 0x951DED) is known color: Blue Violet. HEX triplet: 95, 1D and ED. RGB value is (149,29,237). Sum of RGB (Red+Green+Blue) = 149+29+237=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #951DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DED is #6AE212. Grayscale: #575757. Windows color (decimal): -7004691 or 15539605. OLE color: 15539605.

HSL color Cylindrical-coordinate representation of color #951DED: hue angle of 274.62º degrees, saturation: 0.85, 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 #951DED is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 29 237 -
CMYK 0.37 0.88 0 0.07
HSL 274.62º 0.85% 0.52% -
HSV(B) 274.62º 0.88% 0.93% -
XYZ 28.12 13.38 81.22 -
YUV 88.59 211.76 171.09 -
System Red Green Blue C M Y K H S L
Decimal 149 29 237 0.37 0.88 0 0.07 274.62 0.85 0.52
Hex 95 1D ED 25 58 0 7 113 55 34
Octal 225 35 355 45 130 0 7 423 125 64
Binary 10010101 11101 11101101 100101 1011000 0 111 100010011 1010101 110100

Color Harmonies of #951DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DED

Black with #951DED

Text Example


Text Example

White with #951DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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