Html Css Color HEX #8425CB Blue Violet

📋 copy color: '#8425CB'

red 132 ◦ green 37 ◦ blue 203

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

Shades of Blue Violet #8425CB

Tints of Blue Violet #8425CB

RGB

 RED value IS 132 (51.95% from 255) = 35.48%

 GREEN value IS 37 (14.84% from 255) = 9.95%

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

R = 35.48%
G = 9.95%
B = 54.57%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8425CB (or 0x8425CB) is known color: Blue Violet. HEX triplet: 84, 25 and CB. RGB value is (132,37,203). Sum of RGB (Red+Green+Blue) = 132+37+203=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #8425CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425CB is #7BDA34. Grayscale: #535353. Windows color (decimal): -8116789 or 13313412. OLE color: 13313412.

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

Color convert

RGB 132 37 203 -
CMYK 0.35 0.82 0 0.20
HSL 274.34º 0.69% 0.47% -
HSV(B) 274.34º 0.82% 0.8% -
XYZ 20.96 10.54 57.43 -
YUV 84.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 132 37 203 0.35 0.82 0 0.20 274.34 0.69 0.47
Hex 84 25 CB 23 52 0 14 112 45 2F
Octal 204 45 313 43 122 0 24 422 105 57
Binary 10000100 100101 11001011 100011 1010010 0 10100 100010010 1000101 101111

Color Harmonies of #8425CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8425CB

Black with #8425CB

Text Example


Text Example

White with #8425CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,37,203); }

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

background-color css

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

 a { background-color: rgb(132,37,203); }

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

border-color css

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

 span { border-color: rgb(132,37,203); }

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