Html Css Color HEX #952EFC Blue Violet

📋 copy color: '#952EFC'

red 149 ◦ green 46 ◦ blue 252

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

Shades of Blue Violet #952EFC

Tints of Blue Violet #952EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 33.33%
G = 10.29%
B = 56.38%

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

#952EFC (or 0x952EFC) is known color: Blue Violet. HEX triplet: 95, 2E and FC. RGB value is (149,46,252). Sum of RGB (Red+Green+Blue) = 149+46+252=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #952EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EFC is #6AD103. Grayscale: #636363. Windows color (decimal): -7000324 or 16526997. OLE color: 16526997.

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

Color convert

RGB 149 46 252 -
CMYK 0.41 0.82 0 0.01
HSL 270º 0.97% 0.58% -
HSV(B) 270º 0.82% 0.99% -
XYZ 30.94 15.37 93.43 -
YUV 100.28 213.62 162.75 -
System Red Green Blue C M Y K H S L
Decimal 149 46 252 0.41 0.82 0 0.01 270 0.97 0.58
Hex 95 2E FC 29 52 0 1 10E 61 3A
Octal 225 56 374 51 122 0 1 416 141 72
Binary 10010101 101110 11111100 101001 1010010 0 1 100001110 1100001 111010

Color Harmonies of #952EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EFC

Black with #952EFC

Text Example


Text Example

White with #952EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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