Html Css Color HEX #950BDE Dark Violet

📋 copy color: '#950BDE'

red 149 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #950BDE

Tints of Dark Violet #950BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 39.01%
G = 2.88%
B = 58.12%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#950BDE (or 0x950BDE) is known color: Dark Violet. HEX triplet: 95, 0B and DE. RGB value is (149,11,222). Sum of RGB (Red+Green+Blue) = 149+11+222=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #950BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BDE is #6AF421. Grayscale: #4B4B4B. Windows color (decimal): -7009314 or 14551957. OLE color: 14551957.

HSL color Cylindrical-coordinate representation of color #950BDE: hue angle of 279.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950BDE is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 11 222 -
CMYK 0.33 0.95 0 0.13
HSL 279.24º 0.91% 0.46% -
HSV(B) 279.24º 0.95% 0.87% -
XYZ 25.7 11.9 70.05 -
YUV 76.32 210.22 179.84 -
System Red Green Blue C M Y K H S L
Decimal 149 11 222 0.33 0.95 0 0.13 279.24 0.91 0.46
Hex 95 B DE 21 5F 0 D 117 5B 2E
Octal 225 13 336 41 137 0 15 427 133 56
Binary 10010101 1011 11011110 100001 1011111 0 1101 100010111 1011011 101110

Color Harmonies of #950BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BDE

Black with #950BDE

Text Example


Text Example

White with #950BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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