Html Css Color HEX #950BC9 Dark Violet

📋 copy color: '#950BC9'

red 149 ◦ green 11 ◦ blue 201

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

Shades of Dark Violet #950BC9

Tints of Dark Violet #950BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.68%

R = 41.27%
G = 3.05%
B = 55.68%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#950BC9 (or 0x950BC9) is known color: Dark Violet. HEX triplet: 95, 0B and C9. RGB value is (149,11,201). Sum of RGB (Red+Green+Blue) = 149+11+201=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #950BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BC9 is #6AF436. Grayscale: #494949. Windows color (decimal): -7009335 or 13175701. OLE color: 13175701.

HSL color Cylindrical-coordinate representation of color #950BC9: hue angle of 283.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950BC9 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 11 201 -
CMYK 0.26 0.95 0 0.21
HSL 283.58º 0.9% 0.42% -
HSV(B) 283.58º 0.95% 0.79% -
XYZ 23.06 10.85 56.14 -
YUV 73.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 149 11 201 0.26 0.95 0 0.21 283.58 0.9 0.42
Hex 95 B C9 1A 5F 0 15 11C 5A 2A
Octal 225 13 311 32 137 0 25 434 132 52
Binary 10010101 1011 11001001 11010 1011111 0 10101 100011100 1011010 101010

Color Harmonies of #950BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BC9

Black with #950BC9

Text Example


Text Example

White with #950BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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