Html Css Color HEX #953BFA Blue Violet

📋 copy color: '#953BFA'

red 149 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #953BFA

Tints of Blue Violet #953BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.88%

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

R = 32.53%
G = 12.88%
B = 54.59%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#953BFA (or 0x953BFA) is known color: Blue Violet. HEX triplet: 95, 3B and FA. RGB value is (149,59,250). Sum of RGB (Red+Green+Blue) = 149+59+250=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #953BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BFA is #6AC405. Grayscale: #6B6B6B. Windows color (decimal): -6996998 or 16399253. OLE color: 16399253.

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

Color convert

RGB 149 59 250 -
CMYK 0.40 0.76 0 0.02
HSL 268.27º 0.95% 0.61% -
HSV(B) 268.27º 0.76% 0.98% -
XYZ 31.21 16.42 91.97 -
YUV 107.68 208.32 157.47 -
System Red Green Blue C M Y K H S L
Decimal 149 59 250 0.40 0.76 0 0.02 268.27 0.95 0.61
Hex 95 3B FA 28 4C 0 2 10C 5F 3D
Octal 225 73 372 50 114 0 2 414 137 75
Binary 10010101 111011 11111010 101000 1001100 0 10 100001100 1011111 111101

Color Harmonies of #953BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BFA

Black with #953BFA

Text Example


Text Example

White with #953BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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