Html Css Color HEX #950BBE Dark Violet

📋 copy color: '#950BBE'

red 149 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #950BBE

Tints of Dark Violet #950BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 42.57%
G = 3.14%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#950BBE (or 0x950BBE) is known color: Dark Violet. HEX triplet: 95, 0B and BE. RGB value is (149,11,190). Sum of RGB (Red+Green+Blue) = 149+11+190=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #950BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BBE is #6AF441. Grayscale: #484848. Windows color (decimal): -7009346 or 12454805. OLE color: 12454805.

HSL color Cylindrical-coordinate representation of color #950BBE: hue angle of 286.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950BBE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 11 190 -
CMYK 0.22 0.94 0 0.25
HSL 286.26º 0.89% 0.39% -
HSV(B) 286.26º 0.94% 0.75% -
XYZ 21.81 10.35 49.56 -
YUV 72.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 149 11 190 0.22 0.94 0 0.25 286.26 0.89 0.39
Hex 95 B BE 16 5E 0 19 11E 59 27
Octal 225 13 276 26 136 0 31 436 131 47
Binary 10010101 1011 10111110 10110 1011110 0 11001 100011110 1011001 100111

Color Harmonies of #950BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BBE

Black with #950BBE

Text Example


Text Example

White with #950BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950BBE; }

 p { color: rgb(149,11,190); }

 H1.HeaderClassName
 {
   color: #950BBE;
 }
 .AnyTagClassName
 {
   color: #950BBE;
 }
</style>

background-color css

<style>
 a { background-color: #950BBE; }

 a { background-color: rgb(149,11,190); }

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

border-color css

<style>
 span { border-color: #950BBE; }

 span { border-color: rgb(149,11,190); }

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