Html Css Color HEX #8F6BCD True V

📋 copy color: '#8F6BCD'

red 143 ◦ green 107 ◦ blue 205

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

Shades of True V #8F6BCD

Tints of True V #8F6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.52%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 31.43%
G = 23.52%
B = 45.05%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F6BCD (or 0x8F6BCD) is known color: True V. HEX triplet: 8F, 6B and CD. RGB value is (143,107,205). Sum of RGB (Red+Green+Blue) = 143+107+205=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BCD is #709432. Grayscale: #808080. Windows color (decimal): -7377971 or 13462415. OLE color: 13462415.

HSL color Cylindrical-coordinate representation of color #8F6BCD: hue angle of 262.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F6BCD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 107 205 -
CMYK 0.30 0.48 0 0.20
HSL 262.04º 0.49% 0.61% -
HSV(B) 262.04º 0.48% 0.8% -
XYZ 27.6 20.76 60.31 -
YUV 128.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 143 107 205 0.30 0.48 0 0.20 262.04 0.49 0.61
Hex 8F 6B CD 1E 30 0 14 106 31 3D
Octal 217 153 315 36 60 0 24 406 61 75
Binary 10001111 1101011 11001101 11110 110000 0 10100 100000110 110001 111101

Color Harmonies of #8F6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6BCD

Black with #8F6BCD

Text Example


Text Example

White with #8F6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,107,205); }

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

background-color css

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

 a { background-color: rgb(143,107,205); }

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

border-color css

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

 span { border-color: rgb(143,107,205); }

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