Html Css Color HEX #8203BC Dark Violet

📋 copy color: '#8203BC'

red 130 ◦ green 3 ◦ blue 188

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

Shades of Dark Violet #8203BC

Tints of Dark Violet #8203BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 40.5%
G = 0.93%
B = 58.57%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8203BC (or 0x8203BC) is known color: Dark Violet. HEX triplet: 82, 03 and BC. RGB value is (130,3,188). Sum of RGB (Red+Green+Blue) = 130+3+188=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #8203BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203BC is #7DFC43. Grayscale: #3D3D3D. Windows color (decimal): -8256580 or 12321666. OLE color: 12321666.

HSL color Cylindrical-coordinate representation of color #8203BC: hue angle of 281.19º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8203BC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 3 188 -
CMYK 0.31 0.98 0 0.26
HSL 281.19º 0.97% 0.37% -
HSV(B) 281.19º 0.98% 0.74% -
XYZ 18.32 8.44 48.24 -
YUV 62.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 130 3 188 0.31 0.98 0 0.26 281.19 0.97 0.37
Hex 82 3 BC 1F 62 0 1A 119 61 25
Octal 202 3 274 37 142 0 32 431 141 45
Binary 10000010 11 10111100 11111 1100010 0 11010 100011001 1100001 100101

Color Harmonies of #8203BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8203BC

Black with #8203BC

Text Example


Text Example

White with #8203BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8203BC; }

 p { color: rgb(130,3,188); }

 H1.HeaderClassName
 {
   color: #8203BC;
 }
 .AnyTagClassName
 {
   color: #8203BC;
 }
</style>

background-color css

<style>
 a { background-color: #8203BC; }

 a { background-color: rgb(130,3,188); }

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

border-color css

<style>
 span { border-color: #8203BC; }

 span { border-color: rgb(130,3,188); }

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