Html Css Color HEX #953FFA Blue Violet

📋 copy color: '#953FFA'

red 149 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #953FFA

Tints of Blue Violet #953FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.64%

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

R = 32.25%
G = 13.64%
B = 54.11%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#953FFA (or 0x953FFA) is known color: Blue Violet. HEX triplet: 95, 3F and FA. RGB value is (149,63,250). Sum of RGB (Red+Green+Blue) = 149+63+250=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #953FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FFA is #6AC005. Grayscale: #6D6D6D. Windows color (decimal): -6995974 or 16400277. OLE color: 16400277.

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

Color convert

RGB 149 63 250 -
CMYK 0.40 0.75 0 0.02
HSL 267.59º 0.95% 0.61% -
HSV(B) 267.59º 0.75% 0.98% -
XYZ 31.43 16.85 92.04 -
YUV 110.03 206.99 155.79 -
System Red Green Blue C M Y K H S L
Decimal 149 63 250 0.40 0.75 0 0.02 267.59 0.95 0.61
Hex 95 3F FA 28 4B 0 2 10C 5F 3D
Octal 225 77 372 50 113 0 2 414 137 75
Binary 10010101 111111 11111010 101000 1001011 0 10 100001100 1011111 111101

Color Harmonies of #953FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FFA

Black with #953FFA

Text Example


Text Example

White with #953FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953FFA; }

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

 H1.HeaderClassName
 {
   color: #953FFA;
 }
 .AnyTagClassName
 {
   color: #953FFA;
 }
</style>

background-color css

<style>
 a { background-color: #953FFA; }

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

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

border-color css

<style>
 span { border-color: #953FFA; }

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

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