Html Css Color HEX #952FFB Blue Violet

📋 copy color: '#952FFB'

red 149 ◦ green 47 ◦ blue 251

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

Shades of Blue Violet #952FFB

Tints of Blue Violet #952FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 33.33%
G = 10.51%
B = 56.15%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#952FFB (or 0x952FFB) is known color: Blue Violet. HEX triplet: 95, 2F and FB. RGB value is (149,47,251). Sum of RGB (Red+Green+Blue) = 149+47+251=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #952FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FFB is #6AD004. Grayscale: #646464. Windows color (decimal): -7000069 or 16461717. OLE color: 16461717.

HSL color Cylindrical-coordinate representation of color #952FFB: hue angle of 270º degrees, saturation: 0.96, 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 #952FFB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 47 251 -
CMYK 0.41 0.81 0 0.02
HSL 270º 0.96% 0.58% -
HSV(B) 270º 0.81% 0.98% -
XYZ 30.82 15.39 92.61 -
YUV 100.75 212.79 162.41 -
System Red Green Blue C M Y K H S L
Decimal 149 47 251 0.41 0.81 0 0.02 270 0.96 0.58
Hex 95 2F FB 29 51 0 2 10E 60 3A
Octal 225 57 373 51 121 0 2 416 140 72
Binary 10010101 101111 11111011 101001 1010001 0 10 100001110 1100000 111010

Color Harmonies of #952FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FFB

Black with #952FFB

Text Example


Text Example

White with #952FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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