Html Css Color HEX #950BDC Dark Violet

📋 copy color: '#950BDC'

red 149 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #950BDC

Tints of Dark Violet #950BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 39.21%
G = 2.89%
B = 57.89%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#950BDC (or 0x950BDC) is known color: Dark Violet. HEX triplet: 95, 0B and DC. RGB value is (149,11,220). Sum of RGB (Red+Green+Blue) = 149+11+220=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #950BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BDC is #6AF423. Grayscale: #4B4B4B. Windows color (decimal): -7009316 or 14420885. OLE color: 14420885.

HSL color Cylindrical-coordinate representation of color #950BDC: hue angle of 279.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950BDC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 11 220 -
CMYK 0.32 0.95 0 0.14
HSL 279.62º 0.9% 0.45% -
HSV(B) 279.62º 0.95% 0.86% -
XYZ 25.43 11.8 68.65 -
YUV 76.09 209.22 180.01 -
System Red Green Blue C M Y K H S L
Decimal 149 11 220 0.32 0.95 0 0.14 279.62 0.9 0.45
Hex 95 B DC 20 5F 0 E 118 5A 2D
Octal 225 13 334 40 137 0 16 430 132 55
Binary 10010101 1011 11011100 100000 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #950BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BDC

Black with #950BDC

Text Example


Text Example

White with #950BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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