Html Css Color HEX #952EFD Blue Violet

📋 copy color: '#952EFD'

red 149 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #952EFD

Tints of Blue Violet #952EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.27%

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

R = 33.26%
G = 10.27%
B = 56.47%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#952EFD (or 0x952EFD) is known color: Blue Violet. HEX triplet: 95, 2E and FD. RGB value is (149,46,253). Sum of RGB (Red+Green+Blue) = 149+46+253=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #952EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EFD is #6AD102. Grayscale: #636363. Windows color (decimal): -7000323 or 16592533. OLE color: 16592533.

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

Color convert

RGB 149 46 253 -
CMYK 0.41 0.82 0 0.01
HSL 269.86º 0.98% 0.59% -
HSV(B) 269.86º 0.82% 0.99% -
XYZ 31.1 15.44 94.27 -
YUV 100.4 214.12 162.67 -
System Red Green Blue C M Y K H S L
Decimal 149 46 253 0.41 0.82 0 0.01 269.86 0.98 0.59
Hex 95 2E FD 29 52 0 1 10E 62 3B
Octal 225 56 375 51 122 0 1 416 142 73
Binary 10010101 101110 11111101 101001 1010010 0 1 100001110 1100010 111011

Color Harmonies of #952EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EFD

Black with #952EFD

Text Example


Text Example

White with #952EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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