Html Css Color HEX #8337CF Blue Violet

📋 copy color: '#8337CF'

red 131 ◦ green 55 ◦ blue 207

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

Shades of Blue Violet #8337CF

Tints of Blue Violet #8337CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.99%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 33.33%
G = 13.99%
B = 52.67%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8337CF (or 0x8337CF) is known color: Blue Violet. HEX triplet: 83, 37 and CF. RGB value is (131,55,207). Sum of RGB (Red+Green+Blue) = 131+55+207=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #8337CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337CF is #7CC830. Grayscale: #5E5E5E. Windows color (decimal): -8177713 or 13580163. OLE color: 13580163.

HSL color Cylindrical-coordinate representation of color #8337CF: hue angle of 270º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8337CF is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 55 207 -
CMYK 0.37 0.73 0 0.19
HSL 270º 0.61% 0.51% -
HSV(B) 270º 0.73% 0.81% -
XYZ 21.99 12.06 60.2 -
YUV 95.05 191.18 153.64 -
System Red Green Blue C M Y K H S L
Decimal 131 55 207 0.37 0.73 0 0.19 270 0.61 0.51
Hex 83 37 CF 25 49 0 13 10E 3D 33
Octal 203 67 317 45 111 0 23 416 75 63
Binary 10000011 110111 11001111 100101 1001001 0 10011 100001110 111101 110011

Color Harmonies of #8337CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337CF

Black with #8337CF

Text Example


Text Example

White with #8337CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8337CF; }

 p { color: rgb(131,55,207); }

 H1.HeaderClassName
 {
   color: #8337CF;
 }
 .AnyTagClassName
 {
   color: #8337CF;
 }
</style>

background-color css

<style>
 a { background-color: #8337CF; }

 a { background-color: rgb(131,55,207); }

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

border-color css

<style>
 span { border-color: #8337CF; }

 span { border-color: rgb(131,55,207); }

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