Html Css Color HEX #8619EE Blue Violet

📋 copy color: '#8619EE'

red 134 ◦ green 25 ◦ blue 238

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

Shades of Blue Violet #8619EE

Tints of Blue Violet #8619EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

 BLUE value IS 238 (93.36% from 255) = 59.95%

R = 33.75%
G = 6.3%
B = 59.95%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8619EE (or 0x8619EE) is known color: Blue Violet. HEX triplet: 86, 19 and EE. RGB value is (134,25,238). Sum of RGB (Red+Green+Blue) = 134+25+238=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #8619EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8619EE is #79E611. Grayscale: #515151. Windows color (decimal): -7988754 or 15604102. OLE color: 15604102.

HSL color Cylindrical-coordinate representation of color #8619EE: hue angle of 270.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8619EE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 25 238 -
CMYK 0.44 0.89 0 0.07
HSL 270.7º 0.86% 0.52% -
HSV(B) 270.7º 0.89% 0.93% -
XYZ 25.61 11.94 81.84 -
YUV 81.87 216.11 165.18 -
System Red Green Blue C M Y K H S L
Decimal 134 25 238 0.44 0.89 0 0.07 270.7 0.86 0.52
Hex 86 19 EE 2C 59 0 7 10F 56 34
Octal 206 31 356 54 131 0 7 417 126 64
Binary 10000110 11001 11101110 101100 1011001 0 111 100001111 1010110 110100

Color Harmonies of #8619EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8619EE

Black with #8619EE

Text Example


Text Example

White with #8619EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8619EE; }

 p { color: rgb(134,25,238); }

 H1.HeaderClassName
 {
   color: #8619EE;
 }
 .AnyTagClassName
 {
   color: #8619EE;
 }
</style>

background-color css

<style>
 a { background-color: #8619EE; }

 a { background-color: rgb(134,25,238); }

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

border-color css

<style>
 span { border-color: #8619EE; }

 span { border-color: rgb(134,25,238); }

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