Html Css Color HEX #950CBF Dark Violet

📋 copy color: '#950CBF'

red 149 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #950CBF

Tints of Dark Violet #950CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

 BLUE value IS 191 (75% from 255) = 54.26%

R = 42.33%
G = 3.41%
B = 54.26%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#950CBF (or 0x950CBF) is known color: Dark Violet. HEX triplet: 95, 0C and BF. RGB value is (149,12,191). Sum of RGB (Red+Green+Blue) = 149+12+191=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #950CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CBF is #6AF340. Grayscale: #484848. Windows color (decimal): -7009089 or 12520597. OLE color: 12520597.

HSL color Cylindrical-coordinate representation of color #950CBF: hue angle of 285.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CBF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 12 191 -
CMYK 0.22 0.94 0 0.25
HSL 285.92º 0.88% 0.4% -
HSV(B) 285.92º 0.94% 0.75% -
XYZ 21.93 10.41 50.14 -
YUV 73.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 149 12 191 0.22 0.94 0 0.25 285.92 0.88 0.4
Hex 95 C BF 16 5E 0 19 11E 58 28
Octal 225 14 277 26 136 0 31 436 130 50
Binary 10010101 1100 10111111 10110 1011110 0 11001 100011110 1011000 101000

Color Harmonies of #950CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CBF

Black with #950CBF

Text Example


Text Example

White with #950CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,12,191); }

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

background-color css

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

 a { background-color: rgb(149,12,191); }

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

border-color css

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

 span { border-color: rgb(149,12,191); }

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