Html Css Color HEX #951ADC Blue Violet

📋 copy color: '#951ADC'

red 149 ◦ green 26 ◦ blue 220

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

Shades of Blue Violet #951ADC

Tints of Blue Violet #951ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 37.72%
G = 6.58%
B = 55.7%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#951ADC (or 0x951ADC) is known color: Blue Violet. HEX triplet: 95, 1A and DC. RGB value is (149,26,220). Sum of RGB (Red+Green+Blue) = 149+26+220=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #951ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ADC is #6AE523. Grayscale: #545454. Windows color (decimal): -7005476 or 14424725. OLE color: 14424725.

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

Color convert

RGB 149 26 220 -
CMYK 0.32 0.88 0 0.14
HSL 278.04º 0.79% 0.48% -
HSV(B) 278.04º 0.88% 0.86% -
XYZ 25.68 12.3 68.73 -
YUV 84.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 149 26 220 0.32 0.88 0 0.14 278.04 0.79 0.48
Hex 95 1A DC 20 58 0 E 116 4F 30
Octal 225 32 334 40 130 0 16 426 117 60
Binary 10010101 11010 11011100 100000 1011000 0 1110 100010110 1001111 110000

Color Harmonies of #951ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ADC

Black with #951ADC

Text Example


Text Example

White with #951ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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