Html Css Color HEX #8201CF Dark Violet

📋 copy color: '#8201CF'

red 130 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #8201CF

Tints of Dark Violet #8201CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 38.46%
G = 0.3%
B = 61.24%

CMYK

 C value IS 0.37

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8201CF (or 0x8201CF) is known color: Dark Violet. HEX triplet: 82, 01 and CF. RGB value is (130,1,207). Sum of RGB (Red+Green+Blue) = 130+1+207=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #8201CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201CF is #7DFE30. Grayscale: #3E3E3E. Windows color (decimal): -8257073 or 13566338. OLE color: 13566338.

HSL color Cylindrical-coordinate representation of color #8201CF: hue angle of 277.57º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201CF is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 1 207 -
CMYK 0.37 1.00 0 0.19
HSL 277.57º 0.99% 0.41% -
HSV(B) 277.57º 1% 0.81% -
XYZ 20.48 9.27 59.74 -
YUV 63.06 209.24 175.75 -
System Red Green Blue C M Y K H S L
Decimal 130 1 207 0.37 1.00 0 0.19 277.57 0.99 0.41
Hex 82 1 CF 25 64 0 13 116 63 29
Octal 202 1 317 45 144 0 23 426 143 51
Binary 10000010 1 11001111 100101 1100100 0 10011 100010110 1100011 101001

Color Harmonies of #8201CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8201CF

Black with #8201CF

Text Example


Text Example

White with #8201CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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