Html Css Color HEX #8F7BD2 True V

📋 copy color: '#8F7BD2'

red 143 ◦ green 123 ◦ blue 210

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

Shades of True V #8F7BD2

Tints of True V #8F7BD2

RGB

 RED value IS 143 (56.25% from 255) = 30.04%

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 30.04%
G = 25.84%
B = 44.12%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F7BD2 (or 0x8F7BD2) is known color: True V. HEX triplet: 8F, 7B and D2. RGB value is (143,123,210). Sum of RGB (Red+Green+Blue) = 143+123+210=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #8F7BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BD2 is #70842D. Grayscale: #8A8A8A. Windows color (decimal): -7373870 or 13794191. OLE color: 13794191.

HSL color Cylindrical-coordinate representation of color #8F7BD2: hue angle of 253.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7BD2 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 123 210 -
CMYK 0.32 0.41 0 0.18
HSL 253.79º 0.49% 0.65% -
HSV(B) 253.79º 0.41% 0.82% -
XYZ 30.04 24.66 64.15 -
YUV 138.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 143 123 210 0.32 0.41 0 0.18 253.79 0.49 0.65
Hex 8F 7B D2 20 29 0 12 FE 31 41
Octal 217 173 322 40 51 0 22 376 61 101
Binary 10001111 1111011 11010010 100000 101001 0 10010 11111110 110001 1000001

Color Harmonies of #8F7BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7BD2

Black with #8F7BD2

Text Example


Text Example

White with #8F7BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,123,210); }

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

background-color css

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

 a { background-color: rgb(143,123,210); }

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

border-color css

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

 span { border-color: rgb(143,123,210); }

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