Html Css Color HEX #8523CB Blue Violet

📋 copy color: '#8523CB'

red 133 ◦ green 35 ◦ blue 203

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

Shades of Blue Violet #8523CB

Tints of Blue Violet #8523CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 35.85%
G = 9.43%
B = 54.72%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8523CB (or 0x8523CB) is known color: Blue Violet. HEX triplet: 85, 23 and CB. RGB value is (133,35,203). Sum of RGB (Red+Green+Blue) = 133+35+203=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #8523CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523CB is #7ADC34. Grayscale: #525252. Windows color (decimal): -8051765 or 13312901. OLE color: 13312901.

HSL color Cylindrical-coordinate representation of color #8523CB: hue angle of 275º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8523CB is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 35 203 -
CMYK 0.34 0.83 0 0.20
HSL 275º 0.71% 0.47% -
HSV(B) 275º 0.83% 0.8% -
XYZ 21.05 10.5 57.42 -
YUV 83.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 133 35 203 0.34 0.83 0 0.20 275 0.71 0.47
Hex 85 23 CB 22 53 0 14 113 47 2F
Octal 205 43 313 42 123 0 24 423 107 57
Binary 10000101 100011 11001011 100010 1010011 0 10100 100010011 1000111 101111

Color Harmonies of #8523CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523CB

Black with #8523CB

Text Example


Text Example

White with #8523CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8523CB; }

 p { color: rgb(133,35,203); }

 H1.HeaderClassName
 {
   color: #8523CB;
 }
 .AnyTagClassName
 {
   color: #8523CB;
 }
</style>

background-color css

<style>
 a { background-color: #8523CB; }

 a { background-color: rgb(133,35,203); }

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

border-color css

<style>
 span { border-color: #8523CB; }

 span { border-color: rgb(133,35,203); }

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