Html Css Color HEX #813CCF Blue Violet

📋 copy color: '#813CCF'

red 129 ◦ green 60 ◦ blue 207

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

Shades of Blue Violet #813CCF

Tints of Blue Violet #813CCF

RGB

 RED value IS 129 (50.78% from 255) = 32.58%

 GREEN value IS 60 (23.83% from 255) = 15.15%

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

R = 32.58%
G = 15.15%
B = 52.27%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#813CCF (or 0x813CCF) is known color: Blue Violet. HEX triplet: 81, 3C and CF. RGB value is (129,60,207). Sum of RGB (Red+Green+Blue) = 129+60+207=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #813CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CCF is #7EC330. Grayscale: #606060. Windows color (decimal): -8307505 or 13581441. OLE color: 13581441.

HSL color Cylindrical-coordinate representation of color #813CCF: hue angle of 268.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813CCF is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 60 207 -
CMYK 0.38 0.71 0 0.19
HSL 268.16º 0.6% 0.52% -
HSV(B) 268.16º 0.71% 0.81% -
XYZ 21.93 12.4 60.27 -
YUV 97.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 129 60 207 0.38 0.71 0 0.19 268.16 0.6 0.52
Hex 81 3C CF 26 47 0 13 10C 3C 34
Octal 201 74 317 46 107 0 23 414 74 64
Binary 10000001 111100 11001111 100110 1000111 0 10011 100001100 111100 110100

Color Harmonies of #813CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CCF

Black with #813CCF

Text Example


Text Example

White with #813CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813CCF; }

 p { color: rgb(129,60,207); }

 H1.HeaderClassName
 {
   color: #813CCF;
 }
 .AnyTagClassName
 {
   color: #813CCF;
 }
</style>

background-color css

<style>
 a { background-color: #813CCF; }

 a { background-color: rgb(129,60,207); }

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

border-color css

<style>
 span { border-color: #813CCF; }

 span { border-color: rgb(129,60,207); }

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