Html Css Color HEX #950BBC Dark Violet

📋 copy color: '#950BBC'

red 149 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #950BBC

Tints of Dark Violet #950BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 42.82%
G = 3.16%
B = 54.02%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#950BBC (or 0x950BBC) is known color: Dark Violet. HEX triplet: 95, 0B and BC. RGB value is (149,11,188). Sum of RGB (Red+Green+Blue) = 149+11+188=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #950BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BBC is #6AF443. Grayscale: #474747. Windows color (decimal): -7009348 or 12323733. OLE color: 12323733.

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

Color convert

RGB 149 11 188 -
CMYK 0.21 0.94 0 0.26
HSL 286.78º 0.89% 0.39% -
HSV(B) 286.78º 0.94% 0.74% -
XYZ 21.59 10.26 48.42 -
YUV 72.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 149 11 188 0.21 0.94 0 0.26 286.78 0.89 0.39
Hex 95 B BC 15 5E 0 1A 11F 59 27
Octal 225 13 274 25 136 0 32 437 131 47
Binary 10010101 1011 10111100 10101 1011110 0 11010 100011111 1011001 100111

Color Harmonies of #950BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BBC

Black with #950BBC

Text Example


Text Example

White with #950BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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