Html Css Color HEX #8248CF Blue Violet

📋 copy color: '#8248CF'

red 130 ◦ green 72 ◦ blue 207

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

Shades of Blue Violet #8248CF

Tints of Blue Violet #8248CF

RGB

 RED value IS 130 (51.17% from 255) = 31.78%

 GREEN value IS 72 (28.52% from 255) = 17.6%

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

R = 31.78%
G = 17.6%
B = 50.61%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8248CF (or 0x8248CF) is known color: Blue Violet. HEX triplet: 82, 48 and CF. RGB value is (130,72,207). Sum of RGB (Red+Green+Blue) = 130+72+207=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #8248CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248CF is #7DB730. Grayscale: #686868. Windows color (decimal): -8238897 or 13584514. OLE color: 13584514.

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

Color convert

RGB 130 72 207 -
CMYK 0.37 0.65 0 0.19
HSL 265.78º 0.58% 0.55% -
HSV(B) 265.78º 0.65% 0.81% -
XYZ 22.79 13.89 60.51 -
YUV 104.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 130 72 207 0.37 0.65 0 0.19 265.78 0.58 0.55
Hex 82 48 CF 25 41 0 13 10A 3A 37
Octal 202 110 317 45 101 0 23 412 72 67
Binary 10000010 1001000 11001111 100101 1000001 0 10011 100001010 111010 110111

Color Harmonies of #8248CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8248CF

Black with #8248CF

Text Example


Text Example

White with #8248CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,72,207); }

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

background-color css

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

 a { background-color: rgb(130,72,207); }

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

border-color css

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

 span { border-color: rgb(130,72,207); }

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