Html Css Color HEX #8323CA Blue Violet

📋 copy color: '#8323CA'

red 131 ◦ green 35 ◦ blue 202

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

Shades of Blue Violet #8323CA

Tints of Blue Violet #8323CA

RGB

 RED value IS 131 (51.56% from 255) = 35.6%

 GREEN value IS 35 (14.06% from 255) = 9.51%

 BLUE value IS 202 (79.3% from 255) = 54.89%

R = 35.6%
G = 9.51%
B = 54.89%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8323CA (or 0x8323CA) is known color: Blue Violet. HEX triplet: 83, 23 and CA. RGB value is (131,35,202). Sum of RGB (Red+Green+Blue) = 131+35+202=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #8323CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323CA is #7CDC35. Grayscale: #525252. Windows color (decimal): -8182838 or 13247363. OLE color: 13247363.

HSL color Cylindrical-coordinate representation of color #8323CA: hue angle of 274.49º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8323CA is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 35 202 -
CMYK 0.35 0.83 0 0.21
HSL 274.49º 0.7% 0.46% -
HSV(B) 274.49º 0.83% 0.79% -
XYZ 20.62 10.29 56.78 -
YUV 82.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 131 35 202 0.35 0.83 0 0.21 274.49 0.7 0.46
Hex 83 23 CA 23 53 0 15 112 46 2E
Octal 203 43 312 43 123 0 25 422 106 56
Binary 10000011 100011 11001010 100011 1010011 0 10101 100010010 1000110 101110

Color Harmonies of #8323CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8323CA

Black with #8323CA

Text Example


Text Example

White with #8323CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8323CA; }

 p { color: rgb(131,35,202); }

 H1.HeaderClassName
 {
   color: #8323CA;
 }
 .AnyTagClassName
 {
   color: #8323CA;
 }
</style>

background-color css

<style>
 a { background-color: #8323CA; }

 a { background-color: rgb(131,35,202); }

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

border-color css

<style>
 span { border-color: #8323CA; }

 span { border-color: rgb(131,35,202); }

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