Html Css Color HEX #951CE0 Blue Violet

📋 copy color: '#951CE0'

red 149 ◦ green 28 ◦ blue 224

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

Shades of Blue Violet #951CE0

Tints of Blue Violet #951CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 37.16%
G = 6.98%
B = 55.86%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#951CE0 (or 0x951CE0) is known color: Blue Violet. HEX triplet: 95, 1C and E0. RGB value is (149,28,224). Sum of RGB (Red+Green+Blue) = 149+28+224=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #951CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CE0 is #6AE31F. Grayscale: #555555. Windows color (decimal): -7004960 or 14687381. OLE color: 14687381.

HSL color Cylindrical-coordinate representation of color #951CE0: hue angle of 277.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951CE0 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 28 224 -
CMYK 0.33 0.88 0 0.12
HSL 277.04º 0.78% 0.49% -
HSV(B) 277.04º 0.88% 0.88% -
XYZ 26.26 12.6 71.57 -
YUV 86.52 205.59 172.56 -
System Red Green Blue C M Y K H S L
Decimal 149 28 224 0.33 0.88 0 0.12 277.04 0.78 0.49
Hex 95 1C E0 21 58 0 C 115 4E 31
Octal 225 34 340 41 130 0 14 425 116 61
Binary 10010101 11100 11100000 100001 1011000 0 1100 100010101 1001110 110001

Color Harmonies of #951CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CE0

Black with #951CE0

Text Example


Text Example

White with #951CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,224); }

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

background-color css

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

 a { background-color: rgb(149,28,224); }

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

border-color css

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

 span { border-color: rgb(149,28,224); }

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