Html Css Color HEX #952CFA Blue Violet

📋 copy color: '#952CFA'

red 149 ◦ green 44 ◦ blue 250

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

Shades of Blue Violet #952CFA

Tints of Blue Violet #952CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.93%

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

R = 33.63%
G = 9.93%
B = 56.43%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#952CFA (or 0x952CFA) is known color: Blue Violet. HEX triplet: 95, 2C and FA. RGB value is (149,44,250). Sum of RGB (Red+Green+Blue) = 149+44+250=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #952CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CFA is #6AD305. Grayscale: #626262. Windows color (decimal): -7000838 or 16395413. OLE color: 16395413.

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

Color convert

RGB 149 44 250 -
CMYK 0.40 0.82 0 0.02
HSL 270.58º 0.95% 0.58% -
HSV(B) 270.58º 0.82% 0.98% -
XYZ 30.55 15.09 91.75 -
YUV 98.88 213.29 163.75 -
System Red Green Blue C M Y K H S L
Decimal 149 44 250 0.40 0.82 0 0.02 270.58 0.95 0.58
Hex 95 2C FA 28 52 0 2 10F 5F 3A
Octal 225 54 372 50 122 0 2 417 137 72
Binary 10010101 101100 11111010 101000 1010010 0 10 100001111 1011111 111010

Color Harmonies of #952CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CFA

Black with #952CFA

Text Example


Text Example

White with #952CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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