Html Css Color HEX #951DDC Blue Violet

📋 copy color: '#951DDC'

red 149 ◦ green 29 ◦ blue 220

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

Shades of Blue Violet #951DDC

Tints of Blue Violet #951DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 37.44%
G = 7.29%
B = 55.28%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#951DDC (or 0x951DDC) is known color: Blue Violet. HEX triplet: 95, 1D and DC. RGB value is (149,29,220). Sum of RGB (Red+Green+Blue) = 149+29+220=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #951DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DDC is #6AE223. Grayscale: #565656. Windows color (decimal): -7004708 or 14425493. OLE color: 14425493.

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

Color convert

RGB 149 29 220 -
CMYK 0.32 0.87 0 0.14
HSL 277.7º 0.77% 0.49% -
HSV(B) 277.7º 0.87% 0.86% -
XYZ 25.75 12.44 68.75 -
YUV 86.65 203.26 172.47 -
System Red Green Blue C M Y K H S L
Decimal 149 29 220 0.32 0.87 0 0.14 277.7 0.77 0.49
Hex 95 1D DC 20 57 0 E 116 4D 31
Octal 225 35 334 40 127 0 16 426 115 61
Binary 10010101 11101 11011100 100000 1010111 0 1110 100010110 1001101 110001

Color Harmonies of #951DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DDC

Black with #951DDC

Text Example


Text Example

White with #951DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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