Html Css Color HEX #951BED Blue Violet

📋 copy color: '#951BED'

red 149 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #951BED

Tints of Blue Violet #951BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 36.08%
G = 6.54%
B = 57.38%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#951BED (or 0x951BED) is known color: Blue Violet. HEX triplet: 95, 1B and ED. RGB value is (149,27,237). Sum of RGB (Red+Green+Blue) = 149+27+237=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #951BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BED is #6AE412. Grayscale: #565656. Windows color (decimal): -7005203 or 15539093. OLE color: 15539093.

HSL color Cylindrical-coordinate representation of color #951BED: hue angle of 274.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951BED is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 27 237 -
CMYK 0.37 0.89 0 0.07
HSL 274.86º 0.85% 0.52% -
HSV(B) 274.86º 0.89% 0.93% -
XYZ 28.07 13.29 81.21 -
YUV 87.42 212.42 171.92 -
System Red Green Blue C M Y K H S L
Decimal 149 27 237 0.37 0.89 0 0.07 274.86 0.85 0.52
Hex 95 1B ED 25 59 0 7 113 55 34
Octal 225 33 355 45 131 0 7 423 125 64
Binary 10010101 11011 11101101 100101 1011001 0 111 100010011 1010101 110100

Color Harmonies of #951BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BED

Black with #951BED

Text Example


Text Example

White with #951BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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