Html Css Color HEX #954AF8 Blue Violet

📋 copy color: '#954AF8'

red 149 ◦ green 74 ◦ blue 248

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

Shades of Blue Violet #954AF8

Tints of Blue Violet #954AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.71%

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 31.63%
G = 15.71%
B = 52.65%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#954AF8 (or 0x954AF8) is known color: Blue Violet. HEX triplet: 95, 4A and F8. RGB value is (149,74,248). Sum of RGB (Red+Green+Blue) = 149+74+248=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #954AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AF8 is #6AB507. Grayscale: #737373. Windows color (decimal): -6993160 or 16272021. OLE color: 16272021.

HSL color Cylindrical-coordinate representation of color #954AF8: hue angle of 265.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954AF8 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 74 248 -
CMYK 0.40 0.70 0 0.03
HSL 265.86º 0.93% 0.63% -
HSV(B) 265.86º 0.7% 0.97% -
XYZ 31.79 18.06 90.62 -
YUV 116.26 202.35 151.35 -
System Red Green Blue C M Y K H S L
Decimal 149 74 248 0.40 0.70 0 0.03 265.86 0.93 0.63
Hex 95 4A F8 28 46 0 3 10A 5D 3F
Octal 225 112 370 50 106 0 3 412 135 77
Binary 10010101 1001010 11111000 101000 1000110 0 11 100001010 1011101 111111

Color Harmonies of #954AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AF8

Black with #954AF8

Text Example


Text Example

White with #954AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,248); }

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

background-color css

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

 a { background-color: rgb(149,74,248); }

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

border-color css

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

 span { border-color: rgb(149,74,248); }

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