Html Css Color HEX #8613CC Dark Violet

📋 copy color: '#8613CC'

red 134 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #8613CC

Tints of Dark Violet #8613CC

RGB

 RED value IS 134 (52.73% from 255) = 37.54%

 GREEN value IS 19 (7.81% from 255) = 5.32%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 37.54%
G = 5.32%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8613CC (or 0x8613CC) is known color: Dark Violet. HEX triplet: 86, 13 and CC. RGB value is (134,19,204). Sum of RGB (Red+Green+Blue) = 134+19+204=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #8613CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8613CC is #79EC33. Grayscale: #494949. Windows color (decimal): -7990324 or 13374342. OLE color: 13374342.

HSL color Cylindrical-coordinate representation of color #8613CC: hue angle of 277.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8613CC is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 19 204 -
CMYK 0.34 0.91 0 0.2
HSL 277.3º 0.83% 0.44% -
HSV(B) 277.3º 0.91% 0.8% -
XYZ 20.96 9.89 57.93 -
YUV 74.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 134 19 204 0.34 0.91 0 0.2 277.3 0.83 0.44
Hex 86 13 CC 22 5B 0 14 115 53 2C
Octal 206 23 314 42 133 0 24 425 123 54
Binary 10000110 10011 11001100 100010 1011011 0 10100 100010101 1010011 101100

Color Harmonies of #8613CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8613CC

Black with #8613CC

Text Example


Text Example

White with #8613CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8613CC; }

 p { color: rgb(134,19,204); }

 H1.HeaderClassName
 {
   color: #8613CC;
 }
 .AnyTagClassName
 {
   color: #8613CC;
 }
</style>

background-color css

<style>
 a { background-color: #8613CC; }

 a { background-color: rgb(134,19,204); }

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

border-color css

<style>
 span { border-color: #8613CC; }

 span { border-color: rgb(134,19,204); }

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