Html Css Color HEX #852FEA Blue Violet

📋 copy color: '#852FEA'

red 133 ◦ green 47 ◦ blue 234

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

Shades of Blue Violet #852FEA

Tints of Blue Violet #852FEA

RGB

 RED value IS 133 (52.34% from 255) = 32.13%

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 32.13%
G = 11.35%
B = 56.52%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#852FEA (or 0x852FEA) is known color: Blue Violet. HEX triplet: 85, 2F and EA. RGB value is (133,47,234). Sum of RGB (Red+Green+Blue) = 133+47+234=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #852FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FEA is #7AD015. Grayscale: #5D5D5D. Windows color (decimal): -8048662 or 15347589. OLE color: 15347589.

HSL color Cylindrical-coordinate representation of color #852FEA: hue angle of 267.59º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852FEA is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 47 234 -
CMYK 0.43 0.80 0 0.08
HSL 267.59º 0.82% 0.55% -
HSV(B) 267.59º 0.8% 0.92% -
XYZ 25.54 12.96 79 -
YUV 94.03 206.99 155.79 -
System Red Green Blue C M Y K H S L
Decimal 133 47 234 0.43 0.80 0 0.08 267.59 0.82 0.55
Hex 85 2F EA 2B 50 0 8 10C 52 37
Octal 205 57 352 53 120 0 10 414 122 67
Binary 10000101 101111 11101010 101011 1010000 0 1000 100001100 1010010 110111

Color Harmonies of #852FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FEA

Black with #852FEA

Text Example


Text Example

White with #852FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852FEA; }

 p { color: rgb(133,47,234); }

 H1.HeaderClassName
 {
   color: #852FEA;
 }
 .AnyTagClassName
 {
   color: #852FEA;
 }
</style>

background-color css

<style>
 a { background-color: #852FEA; }

 a { background-color: rgb(133,47,234); }

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

border-color css

<style>
 span { border-color: #852FEA; }

 span { border-color: rgb(133,47,234); }

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