Html Css Color HEX #8B72CF True V

📋 copy color: '#8B72CF'

red 139 ◦ green 114 ◦ blue 207

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

Shades of True V #8B72CF

Tints of True V #8B72CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 30.22%
G = 24.78%
B = 45%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B72CF (or 0x8B72CF) is known color: True V. HEX triplet: 8B, 72 and CF. RGB value is (139,114,207). Sum of RGB (Red+Green+Blue) = 139+114+207=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B72CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72CF is #748D30. Grayscale: #838383. Windows color (decimal): -7638321 or 13595275. OLE color: 13595275.

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

Color convert

RGB 139 114 207 -
CMYK 0.33 0.45 0 0.19
HSL 256.13º 0.49% 0.63% -
HSV(B) 256.13º 0.45% 0.81% -
XYZ 27.93 22.03 61.81 -
YUV 132.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 139 114 207 0.33 0.45 0 0.19 256.13 0.49 0.63
Hex 8B 72 CF 21 2D 0 13 100 31 3F
Octal 213 162 317 41 55 0 23 400 61 77
Binary 10001011 1110010 11001111 100001 101101 0 10011 100000000 110001 111111

Color Harmonies of #8B72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B72CF

Black with #8B72CF

Text Example


Text Example

White with #8B72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,207); }

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

background-color css

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

 a { background-color: rgb(139,114,207); }

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

border-color css

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

 span { border-color: rgb(139,114,207); }

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