Html Css Color HEX #8B65CE True V

📋 copy color: '#8B65CE'

red 139 ◦ green 101 ◦ blue 206

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

Shades of True V #8B65CE

Tints of True V #8B65CE

RGB

 RED value IS 139 (54.69% from 255) = 31.17%

 GREEN value IS 101 (39.84% from 255) = 22.65%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 31.17%
G = 22.65%
B = 46.19%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B65CE (or 0x8B65CE) is known color: True V. HEX triplet: 8B, 65 and CE. RGB value is (139,101,206). Sum of RGB (Red+Green+Blue) = 139+101+206=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65CE is #749A31. Grayscale: #7B7B7B. Windows color (decimal): -7641650 or 13526411. OLE color: 13526411.

HSL color Cylindrical-coordinate representation of color #8B65CE: hue angle of 261.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B65CE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 101 206 -
CMYK 0.33 0.51 0 0.19
HSL 261.71º 0.52% 0.6% -
HSV(B) 261.71º 0.51% 0.81% -
XYZ 26.44 19.25 60.72 -
YUV 124.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 139 101 206 0.33 0.51 0 0.19 261.71 0.52 0.6
Hex 8B 65 CE 21 33 0 13 106 34 3C
Octal 213 145 316 41 63 0 23 406 64 74
Binary 10001011 1100101 11001110 100001 110011 0 10011 100000110 110100 111100

Color Harmonies of #8B65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B65CE

Black with #8B65CE

Text Example


Text Example

White with #8B65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B65CE; }

 p { color: rgb(139,101,206); }

 H1.HeaderClassName
 {
   color: #8B65CE;
 }
 .AnyTagClassName
 {
   color: #8B65CE;
 }
</style>

background-color css

<style>
 a { background-color: #8B65CE; }

 a { background-color: rgb(139,101,206); }

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

border-color css

<style>
 span { border-color: #8B65CE; }

 span { border-color: rgb(139,101,206); }

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