Html Css Color HEX #950EFA Blue Violet

📋 copy color: '#950EFA'

red 149 ◦ green 14 ◦ blue 250

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

Shades of Blue Violet #950EFA

Tints of Blue Violet #950EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.39%

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 36.08%
G = 3.39%
B = 60.53%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#950EFA (or 0x950EFA) is known color: Blue Violet. HEX triplet: 95, 0E and FA. RGB value is (149,14,250). Sum of RGB (Red+Green+Blue) = 149+14+250=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #950EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950EFA is #6AF105. Grayscale: #505050. Windows color (decimal): -7008518 or 16387733. OLE color: 16387733.

HSL color Cylindrical-coordinate representation of color #950EFA: hue angle of 274.32º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950EFA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 14 250 -
CMYK 0.40 0.94 0 0.02
HSL 274.32º 0.96% 0.52% -
HSV(B) 274.32º 0.94% 0.98% -
XYZ 29.81 13.61 91.5 -
YUV 81.27 223.23 176.31 -
System Red Green Blue C M Y K H S L
Decimal 149 14 250 0.40 0.94 0 0.02 274.32 0.96 0.52
Hex 95 E FA 28 5E 0 2 112 60 34
Octal 225 16 372 50 136 0 2 422 140 64
Binary 10010101 1110 11111010 101000 1011110 0 10 100010010 1100000 110100

Color Harmonies of #950EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950EFA

Black with #950EFA

Text Example


Text Example

White with #950EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,14,250); }

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

background-color css

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

 a { background-color: rgb(149,14,250); }

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

border-color css

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

 span { border-color: rgb(149,14,250); }

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