Html Css Color HEX #8F6CCA True V

📋 copy color: '#8F6CCA'

red 143 ◦ green 108 ◦ blue 202

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

Shades of True V #8F6CCA

Tints of True V #8F6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 31.57%
G = 23.84%
B = 44.59%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F6CCA (or 0x8F6CCA) is known color: True V. HEX triplet: 8F, 6C and CA. RGB value is (143,108,202). Sum of RGB (Red+Green+Blue) = 143+108+202=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CCA is #709335. Grayscale: #808080. Windows color (decimal): -7377718 or 13266063. OLE color: 13266063.

HSL color Cylindrical-coordinate representation of color #8F6CCA: hue angle of 262.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F6CCA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 108 202 -
CMYK 0.29 0.47 0 0.21
HSL 262.34º 0.47% 0.61% -
HSV(B) 262.34º 0.47% 0.79% -
XYZ 27.35 20.83 58.46 -
YUV 129.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 143 108 202 0.29 0.47 0 0.21 262.34 0.47 0.61
Hex 8F 6C CA 1D 2F 0 15 106 2F 3D
Octal 217 154 312 35 57 0 25 406 57 75
Binary 10001111 1101100 11001010 11101 101111 0 10101 100000110 101111 111101

Color Harmonies of #8F6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6CCA

Black with #8F6CCA

Text Example


Text Example

White with #8F6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,108,202); }

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

background-color css

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

 a { background-color: rgb(143,108,202); }

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

border-color css

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

 span { border-color: rgb(143,108,202); }

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