Html Css Color HEX #951BDA Blue Violet

📋 copy color: '#951BDA'

red 149 ◦ green 27 ◦ blue 218

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

Shades of Blue Violet #951BDA

Tints of Blue Violet #951BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 37.82%
G = 6.85%
B = 55.33%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#951BDA (or 0x951BDA) is known color: Blue Violet. HEX triplet: 95, 1B and DA. RGB value is (149,27,218). Sum of RGB (Red+Green+Blue) = 149+27+218=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #951BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BDA is #6AE425. Grayscale: #545454. Windows color (decimal): -7005222 or 14293909. OLE color: 14293909.

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

Color convert

RGB 149 27 218 -
CMYK 0.32 0.88 0 0.15
HSL 278.32º 0.78% 0.48% -
HSV(B) 278.32º 0.88% 0.85% -
XYZ 25.44 12.24 67.35 -
YUV 85.25 202.92 173.47 -
System Red Green Blue C M Y K H S L
Decimal 149 27 218 0.32 0.88 0 0.15 278.32 0.78 0.48
Hex 95 1B DA 20 58 0 F 116 4E 30
Octal 225 33 332 40 130 0 17 426 116 60
Binary 10010101 11011 11011010 100000 1011000 0 1111 100010110 1001110 110000

Color Harmonies of #951BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BDA

Black with #951BDA

Text Example


Text Example

White with #951BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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