Html Css Color HEX #864CDA Blue Violet

📋 copy color: '#864CDA'

red 134 ◦ green 76 ◦ blue 218

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

Shades of Blue Violet #864CDA

Tints of Blue Violet #864CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 31.31%
G = 17.76%
B = 50.93%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#864CDA (or 0x864CDA) is known color: Blue Violet. HEX triplet: 86, 4C and DA. RGB value is (134,76,218). Sum of RGB (Red+Green+Blue) = 134+76+218=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #864CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CDA is #79B325. Grayscale: #6D6D6D. Windows color (decimal): -7975718 or 14306438. OLE color: 14306438.

HSL color Cylindrical-coordinate representation of color #864CDA: hue angle of 264.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864CDA is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 76 218 -
CMYK 0.39 0.65 0 0.15
HSL 264.51º 0.66% 0.58% -
HSV(B) 264.51º 0.65% 0.85% -
XYZ 25.07 15.3 67.96 -
YUV 109.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 134 76 218 0.39 0.65 0 0.15 264.51 0.66 0.58
Hex 86 4C DA 27 41 0 F 109 42 3A
Octal 206 114 332 47 101 0 17 411 102 72
Binary 10000110 1001100 11011010 100111 1000001 0 1111 100001001 1000010 111010

Color Harmonies of #864CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CDA

Black with #864CDA

Text Example


Text Example

White with #864CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864CDA; }

 p { color: rgb(134,76,218); }

 H1.HeaderClassName
 {
   color: #864CDA;
 }
 .AnyTagClassName
 {
   color: #864CDA;
 }
</style>

background-color css

<style>
 a { background-color: #864CDA; }

 a { background-color: rgb(134,76,218); }

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

border-color css

<style>
 span { border-color: #864CDA; }

 span { border-color: rgb(134,76,218); }

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