Html Css Color HEX #836ACF True V

📋 copy color: '#836ACF'

red 131 ◦ green 106 ◦ blue 207

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

Shades of True V #836ACF

Tints of True V #836ACF

RGB

 RED value IS 131 (51.56% from 255) = 29.5%

 GREEN value IS 106 (41.8% from 255) = 23.87%

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

R = 29.5%
G = 23.87%
B = 46.62%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836ACF (or 0x836ACF) is known color: True V. HEX triplet: 83, 6A and CF. RGB value is (131,106,207). Sum of RGB (Red+Green+Blue) = 131+106+207=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #836ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ACF is #7C9530. Grayscale: #7C7C7C. Windows color (decimal): -8164657 or 13593219. OLE color: 13593219.

HSL color Cylindrical-coordinate representation of color #836ACF: hue angle of 254.85º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #836ACF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 106 207 -
CMYK 0.37 0.49 0 0.19
HSL 254.85º 0.51% 0.61% -
HSV(B) 254.85º 0.49% 0.81% -
XYZ 25.78 19.64 61.46 -
YUV 124.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 131 106 207 0.37 0.49 0 0.19 254.85 0.51 0.61
Hex 83 6A CF 25 31 0 13 FF 33 3D
Octal 203 152 317 45 61 0 23 377 63 75
Binary 10000011 1101010 11001111 100101 110001 0 10011 11111111 110011 111101

Color Harmonies of #836ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ACF

Black with #836ACF

Text Example


Text Example

White with #836ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836ACF; }

 p { color: rgb(131,106,207); }

 H1.HeaderClassName
 {
   color: #836ACF;
 }
 .AnyTagClassName
 {
   color: #836ACF;
 }
</style>

background-color css

<style>
 a { background-color: #836ACF; }

 a { background-color: rgb(131,106,207); }

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

border-color css

<style>
 span { border-color: #836ACF; }

 span { border-color: rgb(131,106,207); }

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