Html Css Color HEX #952BFD Blue Violet

📋 copy color: '#952BFD'

red 149 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #952BFD

Tints of Blue Violet #952BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 33.48%
G = 9.66%
B = 56.85%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#952BFD (or 0x952BFD) is known color: Blue Violet. HEX triplet: 95, 2B and FD. RGB value is (149,43,253). Sum of RGB (Red+Green+Blue) = 149+43+253=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #952BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BFD is #6AD402. Grayscale: #616161. Windows color (decimal): -7001091 or 16591765. OLE color: 16591765.

HSL color Cylindrical-coordinate representation of color #952BFD: hue angle of 270.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952BFD is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 43 253 -
CMYK 0.41 0.83 0 0.01
HSL 270.29º 0.98% 0.58% -
HSV(B) 270.29º 0.83% 0.99% -
XYZ 30.99 15.21 94.23 -
YUV 98.63 215.12 163.92 -
System Red Green Blue C M Y K H S L
Decimal 149 43 253 0.41 0.83 0 0.01 270.29 0.98 0.58
Hex 95 2B FD 29 53 0 1 10E 62 3A
Octal 225 53 375 51 123 0 1 416 142 72
Binary 10010101 101011 11111101 101001 1010011 0 1 100001110 1100010 111010

Color Harmonies of #952BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BFD

Black with #952BFD

Text Example


Text Example

White with #952BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,253); }

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

background-color css

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

 a { background-color: rgb(149,43,253); }

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

border-color css

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

 span { border-color: rgb(149,43,253); }

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