Html Css Color HEX #951BDD Blue Violet

📋 copy color: '#951BDD'

red 149 ◦ green 27 ◦ blue 221

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

Shades of Blue Violet #951BDD

Tints of Blue Violet #951BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 37.53%
G = 6.8%
B = 55.67%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#951BDD (or 0x951BDD) is known color: Blue Violet. HEX triplet: 95, 1B and DD. RGB value is (149,27,221). Sum of RGB (Red+Green+Blue) = 149+27+221=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #951BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BDD is #6AE422. Grayscale: #545454. Windows color (decimal): -7005219 or 14490517. OLE color: 14490517.

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

Color convert

RGB 149 27 221 -
CMYK 0.33 0.88 0 0.13
HSL 277.73º 0.78% 0.49% -
HSV(B) 277.73º 0.88% 0.87% -
XYZ 25.84 12.39 69.44 -
YUV 85.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 149 27 221 0.33 0.88 0 0.13 277.73 0.78 0.49
Hex 95 1B DD 21 58 0 D 116 4E 31
Octal 225 33 335 41 130 0 15 426 116 61
Binary 10010101 11011 11011101 100001 1011000 0 1101 100010110 1001110 110001

Color Harmonies of #951BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BDD

Black with #951BDD

Text Example


Text Example

White with #951BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,221); }

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

background-color css

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

 a { background-color: rgb(149,27,221); }

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

border-color css

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

 span { border-color: rgb(149,27,221); }

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