Html Css Color HEX #950BCB Dark Violet

📋 copy color: '#950BCB'

red 149 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #950BCB

Tints of Dark Violet #950BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 41.05%
G = 3.03%
B = 55.92%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#950BCB (or 0x950BCB) is known color: Dark Violet. HEX triplet: 95, 0B and CB. RGB value is (149,11,203). Sum of RGB (Red+Green+Blue) = 149+11+203=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #950BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BCB is #6AF434. Grayscale: #494949. Windows color (decimal): -7009333 or 13306773. OLE color: 13306773.

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

Color convert

RGB 149 11 203 -
CMYK 0.27 0.95 0 0.20
HSL 283.13º 0.9% 0.42% -
HSV(B) 283.13º 0.95% 0.8% -
XYZ 23.29 10.94 57.38 -
YUV 74.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 149 11 203 0.27 0.95 0 0.20 283.13 0.9 0.42
Hex 95 B CB 1B 5F 0 14 11B 5A 2A
Octal 225 13 313 33 137 0 24 433 132 52
Binary 10010101 1011 11001011 11011 1011111 0 10100 100011011 1011010 101010

Color Harmonies of #950BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BCB

Black with #950BCB

Text Example


Text Example

White with #950BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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