Html Css Color HEX #952FF1 Blue Violet

📋 copy color: '#952FF1'

red 149 ◦ green 47 ◦ blue 241

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

Shades of Blue Violet #952FF1

Tints of Blue Violet #952FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.15%

R = 34.1%
G = 10.76%
B = 55.15%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#952FF1 (or 0x952FF1) is known color: Blue Violet. HEX triplet: 95, 2F and F1. RGB value is (149,47,241). Sum of RGB (Red+Green+Blue) = 149+47+241=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #952FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FF1 is #6AD00E. Grayscale: #626262. Windows color (decimal): -7000079 or 15806357. OLE color: 15806357.

HSL color Cylindrical-coordinate representation of color #952FF1: hue angle of 271.55º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952FF1 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 47 241 -
CMYK 0.38 0.80 0 0.05
HSL 271.55º 0.87% 0.56% -
HSV(B) 271.55º 0.8% 0.95% -
XYZ 29.29 14.77 84.53 -
YUV 99.61 207.79 163.23 -
System Red Green Blue C M Y K H S L
Decimal 149 47 241 0.38 0.80 0 0.05 271.55 0.87 0.56
Hex 95 2F F1 26 50 0 5 110 57 38
Octal 225 57 361 46 120 0 5 420 127 70
Binary 10010101 101111 11110001 100110 1010000 0 101 100010000 1010111 111000

Color Harmonies of #952FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FF1

Black with #952FF1

Text Example


Text Example

White with #952FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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