Html Css Color HEX #952FFA Blue Violet

📋 copy color: '#952FFA'

red 149 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #952FFA

Tints of Blue Violet #952FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

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

R = 33.41%
G = 10.54%
B = 56.05%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#952FFA (or 0x952FFA) is known color: Blue Violet. HEX triplet: 95, 2F and FA. RGB value is (149,47,250). Sum of RGB (Red+Green+Blue) = 149+47+250=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #952FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FFA is #6AD005. Grayscale: #636363. Windows color (decimal): -7000070 or 16396181. OLE color: 16396181.

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

Color convert

RGB 149 47 250 -
CMYK 0.40 0.81 0 0.02
HSL 270.15º 0.95% 0.58% -
HSV(B) 270.15º 0.81% 0.98% -
XYZ 30.67 15.32 91.78 -
YUV 100.64 212.29 162.49 -
System Red Green Blue C M Y K H S L
Decimal 149 47 250 0.40 0.81 0 0.02 270.15 0.95 0.58
Hex 95 2F FA 28 51 0 2 10E 5F 3A
Octal 225 57 372 50 121 0 2 416 137 72
Binary 10010101 101111 11111010 101000 1010001 0 10 100001110 1011111 111010

Color Harmonies of #952FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FFA

Black with #952FFA

Text Example


Text Example

White with #952FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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