Html Css Color HEX #954AFF Blue Violet

📋 copy color: '#954AFF'

red 149 ◦ green 74 ◦ blue 255

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

Shades of Blue Violet #954AFF

Tints of Blue Violet #954AFF

RGB

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

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

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

R = 31.17%
G = 15.48%
B = 53.35%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#954AFF (or 0x954AFF) is known color: Blue Violet. HEX triplet: 95, 4A and FF. RGB value is (149,74,255). Sum of RGB (Red+Green+Blue) = 149+74+255=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #954AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AFF is #6AB500. Grayscale: #747474. Windows color (decimal): -6993153 or 16730773. OLE color: 16730773.

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

Color convert

RGB 149 74 255 -
CMYK 0.42 0.71 0 0
HSL 264.86º 1% 0.65% -
HSV(B) 264.86º 0.71% 1% -
XYZ 32.89 18.51 96.45 -
YUV 117.06 205.85 150.78 -
System Red Green Blue C M Y K H S L
Decimal 149 74 255 0.42 0.71 0 0 264.86 1 0.65
Hex 95 4A FF 2A 47 0 0 109 64 41
Octal 225 112 377 52 107 0 0 411 144 101
Binary 10010101 1001010 11111111 101010 1000111 0 0 100001001 1100100 1000001

Color Harmonies of #954AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AFF

Black with #954AFF

Text Example


Text Example

White with #954AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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