Html Css Color HEX #954BFA Blue Violet

📋 copy color: '#954BFA'

red 149 ◦ green 75 ◦ blue 250

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

Shades of Blue Violet #954BFA

Tints of Blue Violet #954BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.82%

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

R = 31.43%
G = 15.82%
B = 52.74%

CMYK

 C value IS 0.40

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#954BFA (or 0x954BFA) is known color: Blue Violet. HEX triplet: 95, 4B and FA. RGB value is (149,75,250). Sum of RGB (Red+Green+Blue) = 149+75+250=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #954BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BFA is #6AB405. Grayscale: #747474. Windows color (decimal): -6992902 or 16403349. OLE color: 16403349.

HSL color Cylindrical-coordinate representation of color #954BFA: hue angle of 265.37º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954BFA is Cyan = 0.40, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 75 250 -
CMYK 0.40 0.7 0 0.02
HSL 265.37º 0.95% 0.64% -
HSV(B) 265.37º 0.7% 0.98% -
XYZ 32.17 18.32 92.28 -
YUV 117.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 149 75 250 0.40 0.7 0 0.02 265.37 0.95 0.64
Hex 95 4B FA 28 46 0 2 109 5F 40
Octal 225 113 372 50 106 0 2 411 137 100
Binary 10010101 1001011 11111010 101000 1000110 0 10 100001001 1011111 1000000

Color Harmonies of #954BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BFA

Black with #954BFA

Text Example


Text Example

White with #954BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954BFA; }

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

 H1.HeaderClassName
 {
   color: #954BFA;
 }
 .AnyTagClassName
 {
   color: #954BFA;
 }
</style>

background-color css

<style>
 a { background-color: #954BFA; }

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

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

border-color css

<style>
 span { border-color: #954BFA; }

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

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