Html Css Color HEX #950BDD Dark Violet

📋 copy color: '#950BDD'

red 149 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #950BDD

Tints of Dark Violet #950BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 39.11%
G = 2.89%
B = 58.01%

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

#950BDD (or 0x950BDD) is known color: Dark Violet. HEX triplet: 95, 0B and DD. RGB value is (149,11,221). Sum of RGB (Red+Green+Blue) = 149+11+221=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #950BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BDD is #6AF422. Grayscale: #4B4B4B. Windows color (decimal): -7009315 or 14486421. OLE color: 14486421.

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

Color convert

RGB 149 11 221 -
CMYK 0.33 0.95 0 0.13
HSL 279.43º 0.91% 0.45% -
HSV(B) 279.43º 0.95% 0.87% -
XYZ 25.57 11.85 69.35 -
YUV 76.2 209.72 179.92 -
System Red Green Blue C M Y K H S L
Decimal 149 11 221 0.33 0.95 0 0.13 279.43 0.91 0.45
Hex 95 B DD 21 5F 0 D 117 5B 2D
Octal 225 13 335 41 137 0 15 427 133 55
Binary 10010101 1011 11011101 100001 1011111 0 1101 100010111 1011011 101101

Color Harmonies of #950BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BDD

Black with #950BDD

Text Example


Text Example

White with #950BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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