Html Css Color HEX #950CFF Blue Violet

📋 copy color: '#950CFF'

red 149 ◦ green 12 ◦ blue 255

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

Shades of Blue Violet #950CFF

Tints of Blue Violet #950CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.3%

R = 35.82%
G = 2.88%
B = 61.3%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#950CFF (or 0x950CFF) is known color: Blue Violet. HEX triplet: 95, 0C and FF. RGB value is (149,12,255). Sum of RGB (Red+Green+Blue) = 149+12+255=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #950CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CFF is #6AF300. Grayscale: #4F4F4F. Windows color (decimal): -7009025 or 16714901. OLE color: 16714901.

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

Color convert

RGB 149 12 255 -
CMYK 0.42 0.95 0 0
HSL 273.83º 1% 0.52% -
HSV(B) 273.83º 0.95% 1% -
XYZ 30.58 13.87 95.67 -
YUV 80.67 226.39 176.74 -
System Red Green Blue C M Y K H S L
Decimal 149 12 255 0.42 0.95 0 0 273.83 1 0.52
Hex 95 C FF 2A 5F 0 0 112 64 34
Octal 225 14 377 52 137 0 0 422 144 64
Binary 10010101 1100 11111111 101010 1011111 0 0 100010010 1100100 110100

Color Harmonies of #950CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CFF

Black with #950CFF

Text Example


Text Example

White with #950CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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