Html Css Color HEX #950BDA Dark Violet

📋 copy color: '#950BDA'

red 149 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #950BDA

Tints of Dark Violet #950BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 39.42%
G = 2.91%
B = 57.67%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#950BDA (or 0x950BDA) is known color: Dark Violet. HEX triplet: 95, 0B and DA. RGB value is (149,11,218). Sum of RGB (Red+Green+Blue) = 149+11+218=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #950BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BDA is #6AF425. Grayscale: #4B4B4B. Windows color (decimal): -7009318 or 14289813. OLE color: 14289813.

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

Color convert

RGB 149 11 218 -
CMYK 0.32 0.95 0 0.15
HSL 280º 0.9% 0.45% -
HSV(B) 280º 0.95% 0.85% -
XYZ 25.17 11.69 67.26 -
YUV 75.86 208.22 180.17 -
System Red Green Blue C M Y K H S L
Decimal 149 11 218 0.32 0.95 0 0.15 280 0.9 0.45
Hex 95 B DA 20 5F 0 F 118 5A 2D
Octal 225 13 332 40 137 0 17 430 132 55
Binary 10010101 1011 11011010 100000 1011111 0 1111 100011000 1011010 101101

Color Harmonies of #950BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BDA

Black with #950BDA

Text Example


Text Example

White with #950BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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