Html Css Color HEX #951CDF Blue Violet

📋 copy color: '#951CDF'

red 149 ◦ green 28 ◦ blue 223

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

Shades of Blue Violet #951CDF

Tints of Blue Violet #951CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 37.25%
G = 7%
B = 55.75%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#951CDF (or 0x951CDF) is known color: Blue Violet. HEX triplet: 95, 1C and DF. RGB value is (149,28,223). Sum of RGB (Red+Green+Blue) = 149+28+223=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #951CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CDF is #6AE320. Grayscale: #555555. Windows color (decimal): -7004961 or 14621845. OLE color: 14621845.

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

Color convert

RGB 149 28 223 -
CMYK 0.33 0.87 0 0.13
HSL 277.23º 0.78% 0.49% -
HSV(B) 277.23º 0.87% 0.87% -
XYZ 26.13 12.55 70.86 -
YUV 86.41 205.09 172.64 -
System Red Green Blue C M Y K H S L
Decimal 149 28 223 0.33 0.87 0 0.13 277.23 0.78 0.49
Hex 95 1C DF 21 57 0 D 115 4E 31
Octal 225 34 337 41 127 0 15 425 116 61
Binary 10010101 11100 11011111 100001 1010111 0 1101 100010101 1001110 110001

Color Harmonies of #951CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CDF

Black with #951CDF

Text Example


Text Example

White with #951CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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